SSD Tweaks and Optimizations in Windows 7

Hello to all my fellow and future users of SSD drives and Windows 7.
I wanted to set up an area with real-world tips on getting the most out of your SSD and the Windows 7 operating system. I will separate each type of tip to its own message to keep things easier to read and to follow.

All of this has been tested on my laptop system, configured as follows:
HP DV2270us, Core 2 qual 2ghz, 4 Gig RAM.
Disk 0: Patriot M28 64-gig SSD 240MBs (Boot drive), Disk 1: Seagate ST9500420AS 500 Gig 100MBs second drive.
Windows 7 ultimate 64-bit.
Machine is used all day every day at work and home, lots of virtual machines running.

These suggestions are just the way I choose to set things up and get GREAT performance and utilize the SSD to its fullest potential. Your mileage may and probably vary. The tutorials and suggestions are not meant to be debated, its all up to you to decide if you want to try them or not.
All standard disclaimers apply... I am not responsible for breaking your stuff, only mine.
With all that said, on with the tutorials...:party:
FYI, lightningltd here (me) and magic-man on other forums are one in the same, So I am posting this tutorial here with my permission. :what:




This tutorial is for those who are already running Windows 7 on their SSD as a boot drive. If like me, you first installed to hard drive then used an image backup program to put the OS on the SSD, then this step is necessary to allow Windows 7 to set the proper settings for SSD use and set things up for optimizing the OS after burning the firmware and/or cleaning the drive to factory specs. If you installed directly to the your SSD, you don't need to follow this step, but it can be helpful if you followed the XP and vista SSD guides and things just aren't up to snuff.

*** read all the steps first so you can create the images and boot USB and CD/DVD and print the instructions before you start***

FIRST.... MAKE A BACKUP IMAGE just in case!!!!!!!!!!!!!!!!!!! Be sure to create the restore disk, too.

Basically, you need to do a repair install of Windows 7 so Windows can set itself up properly for SSD use. The following link will step you through this step:
http://www.sevenforums.com/tutorials/3413-repair-install.html
When done, we need to verify that TRIM is active. At a command prompt (start/run/cmd), type the following: fsutil.exe behavior query DisableDeleteNotify

It should respond back with DisableDeleteNotify=0 if trim support is ready and active. If it is not, type fsutil.exe behavior set DisableDeleteNotify 0

This will set Windows 7 to use TRIM when the drive and drivers are ready to do so.

Next, we need to make sure our ATA/ATAPI ACHI controller is set to use trim.
EDIT! 3/22/10: The new INTEL chipset drivers 9.6.0.1014 support TRIM! Use these instead of the MS AHCI ones for Intel Chipsets.
RAID: Intel® Rapid Storage Technology Driver for Intel Desktop Boards

For non-intel chipsets:
To see/change it, go to device manager and select IDE ATA/ATAPI controllers. If it says "Standard AHCI 1.0 Serial ATA Controller", you are good to go. If not, double click it and select the driver tab. Click update driver. Select browse. Select let me pick. select Standard AHCI 1.0 Serial ATA Controller.

Once it has reboot and all is fine, then U can go on to the next step (after making an IMAGE backup of the whole SSD with the new changes (I use Windows backup)).

This step is necessary IF you have been using the SSD for a while before updating the firmware and/or want to return performance back to factory fresh (this will fix isues created if you ran 'tony-trim' method on another site). I did it right after the firmware update since it will ERASE the entire SSD, losing all data. It is called an ATA secure erase for a reason.
some of the firmware update tools do not issue the proper ATA secure erase command when they are done (Like the samsung), so the SSD will 'inherit' any performance issues it had before. Using this method resets all the memory cells to factory values.

IF you just pulled the SSD out of the box and updated it, or have never used it, then this step is NOT NEEDED.
Remember! Make sure U have that image backup I keep yelling about, you WILL lose everything on the SSD if you haven't already!

Download and print the instructions from http://ata.wiki.kernel.org/index.php/ATA_Secure_Erase
Get the lin*x boot image from http://partedmagic.com/ and burn it to a CD/DVD.
Boot to the CD/DVD and click the bottom where it looks like a black window (prompt).
Follow the instructions you just printed. On my laptop, I had to unplug the SSD while the OS was running and plug it back in real quick to make it not be frozen as in the instructions.

When all done, you have a nice empty clean SSD to restore your image to!
Restore the image to the drive and boot up.

See U at the next part... Optimizing Windows 7 for the SSD!




Now that you have gotten everything done as far as firmware, and image restored and have a working Windows 7, we can do some things to make Windows 7 a bit 'friendlier' to your SSD and make things faster to boot.

FWIW, Microsoft did a great job in pre-optimizing Windows 7 for SSD use. Except for installation, over 95% of Windows 7 operations are READS, perfect for your SSD. You COULD just use it as is and things would be fantastic. BUT, there are some things to verify first.....

1: Verify that TRIM is enabled as in the prior messages.
2: Make sure your AHCI controller is using a TRIM compliant driver as in the prior messages.
3: Make sure the defrag program is disabled for the SSD... Admin tools/Services set Disk Defragmenter to disabled. I use auslogics disk defrag (free) for my other drives manually. U almost never have to defrag an SSD. It can lower its life expectancy.
4: Page File. There has been much debate about this. The idea that no one needs a page file is a bunch of crap. I have tried it both ways, moitoring writes and reads, and YES, it IS used even with 8 Gigs of RAM. I left mine at 2 Gigs, but it is just fine at 1 Gig. Writes to the page file are sequential now. Page file is also read at boot time to speed things. Keep it on your SSD where it belongs.
5: Superfetch/prefetch/bootfetch: Windows 7 does not always turn it all off as it should. The purpose of these things are to pre-load the programs you load from slow hard drive to fast memory (cache) in case you want to run them. With your SSD, there is no need. We will disable them and free up some memory and resources and stop a LOT of writes to the SSD.
To disable Superfetch, etc: Admin tools/Services. Select superfetch and set to disabled.
Run regedit and change the following values: HKLM/System/CurrentControlset/Control/Session Manager/Memory Management/Prefetch Parameters and change the key valus of Enableboottrace, enableprefetcher, enablesuperfetch all to 0 and exit regedit.

This will disable MOST of the superfetch/prefetch stuff... The boot prefetch will get disabled in the next part along with some un-necessary logging that is done (and writes a lot).




Now on to some things we can do to reduce some on the unnecessary writes to the SSD. Windows 7 has the most event logs that I have seen of any OS. If you are having issues, then I would not change the logging options. If not, then we can stop a lot of writes that frankly, only an engineer would need (we leave the basic event logs alone).
Go to start/admin tools and select performance monitor. Expand data collector sets. Click on Startup Event Trace Sessions.
With the exception of the following NECESSARY logs (Application, Security, System, Security Essentials) we can stop them from starting. To do so, right click on each one that has a status of Enabled (except the ones mentioned above) and select Properties. Click the Trace Session tab. Unselect Enabled. Click Ok. Repeat for the others (including readyboot).
After your next boot, you will have a lot less writes going to the SSD that are not needed.

Write caching... Enable on the SSD: http://www.sevenforums.com/tutorials/10392-write-caching-enable-disable.html
TEMP FILES... IF you have another NON SSD drive installed, I would move the TEMP and temporary internet files to them (next message(tutorial page)).

Since I have Windows 7 make an image backup of the SSD to my other drive every day (only takes a few minutes and very little resources), I completely turn off system protection (system restore).

You can also turn off Windows reliability monitor. I will post a short tutorial if you want. It does quite a bit of writing too, but only every few hours.

There are some other more advanced things I do, but to be honest, they result in very little speed increase (less than 5%).
how do you "TEMP FILES... IF you have another NON SSD drive installed, I would move the TEMP and temporary internet files to them."
another question: doesn't superfetch run in the ram?
one more question: what do you find you need the paging file for with 8 gb ram? i have found ive never needed it for anything just curious why you think this or what you have found that needs it
Changing location of temp files: http://ask-leo.com/how_do_i_change_the_location_of_windows_temporary_files.html
Changing location of IE temp files: Move Temporary Internet Files Folder - Internet Explorer 7 Misc
Superfetch does run in Ram, but it also does a lot of reading and writing. Remember, the object of superfetch is to copy program stubs from SLOW hard disk to fast RAM. With an SSD, this is not needed, since the SSD reads so fast. I recommend you try it with it on, then try it with the service disabled. You likely will not see any slow down, actually a speed up since more RAM is available for other things and there will be a marked decrease in disk writes/accesses.

Windows 7 does use the page file IF PRESENT to keep things effecient. Several programs use it like VMWARE, some games, graphics software, MS office, etc... It will only use it when it is effecient to do so. With 8 Gigs of RAM a 1 GIG page file is plenty. Remember: the page file in Windows 7 is more sequential now, and therefore much more efficient. One of my MS sources also told me that there is some cached boot code in it to speed up boot, but to be honest, I haven't seen a difference. I can tell you that it IS smoother with even a 512 Meg page file on the SSD.
Try it both ways with your read-world load and decide for yourself. There is no bench-mark for it other than your gut. That is why it is so debated.

could you also explain: You can also turn off Windows reliability monitor

Admin tools, open task scheduler. expand task scheduler library, then Microsoft, then Windows. Scroll down and click on RAC. Go to the top and select View then show hidden tasks IF RACTASK is not showing. Right click on RacTask and select disable. To re-enable it, you right click it and select enable.
Here is the good part.... disabling it stops it from PROCESSING reliability data and errors for reliability viewer. The data is still collected in the logs, just stored effeciently. You can re-enable it and see the reliability stuff when U wish. Disabling it saved RAM and some drive churning until U need to look at it.

There are some other more advanced things I do, but to be honest, they result in very little speed increase (less than 5%).
please share

Some of what I do is not limited to SSD, but overall OS optimization...
Services... I used the black viper guide and got mine trimmed down some without losing functionality of Win 7... I like it the way it is (almost). U can read up on what each service does and decide for yourself...
http://www.blackviper.com/Windows_7/servicecfg.htm

However, here are the services on my machine (laptop):

View attachment w7srvcs.txt
Tab separated file with MY service config...
 
Last edited by a moderator:
nice tutorial

Well done and appreciated!

I thought I would share a warning about using Link Shell. I caused myself some problems junctioning Norton Installer to the spinner, so I would just advise users that some applications are not completely fooled by LSE.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64 SP1Core i5-2500K 3.3GHz (Sandy Bridge)4GB x 4 G.SKILL DDR3-1600 (F3-12800CL9D-8GBXL)Radeon R9 270 X2 Crossfire
Computer Manufacturer/Model Number
Me
OS
Windows 7 Ultimate x64 SP1
CPU
Core i5-2500K 3.3GHz (Sandy Bridge)
Motherboard
ASRock Z68 Professional Gen3
Memory
4GB x 4 G.SKILL DDR3-1600 (F3-12800CL9D-8GBXL)
Graphics Card(s)
Radeon R9 270 X2 Crossfire
Monitor(s) Displays
1x Acer GD235HZ + 2x Acer P235H
Screen Resolution
5760x1080
PSU
SS-760XP platinum
Case
Cooler Master Centurion
Cooling
120mm front, Corsair H60 liquid CPU cooler
Keyboard
MS Natural 4000, Logitech EX110
Mouse
Multiple incl. Logitech Cordless Optical TrackMan trackball
Internet Speed
Cable
Antivirus
Norton Security Suite
Browser
Mostly Chrome
Other Info
ALSO: Gateway - FX6831-03 | OS: Xen Server | CPU: Intel Core i7 860 2.80Ghz Lynnfield | MOBO: H57M01 | MEM: 16GB DDR3 | GPU: Zotac | BOOT: 80GB Intel X25-M | DATA: numerous | PSU: FSP750-80APG | COOLING: 120mm rear, 80mm front || DisplayLink adapters: 2 HP HPNL571AA + Plugable dock
My desk: http://www.biodesk.com/p-5-pro-desk.aspx
Reduce AVAST writes to the SSD

I thought I would share a warning about using Link Shell...some applications are not completely fooled by LSE.

Good of LOstKeys to share a problem with the use of Link Shell Extension so I thought I'd share a success story. I've just installed a G.Skill Phoenix Pro as my C drive and am trying to reduce frequent and repetitive writes.

Process Monitor showed that AVAST was making a stack of writes to the C drive so I tried to reduce it. After a bit of trial and error I found the best way to do this and still be able to use AVAST was:

1. Use Link Shell Extension (see here) to move C:\Users\Raider\AppData\Local\Temp off the C:\Drive

2. Install AVAST! on a Hard Drive (say D)

3. Use Link Shell Extension to move C:\ProgramData\Alwil Software to a Hard Drive.

This makes big cuts in the number of AvastSvc.exe writes to C drive. There are still a lot of 4.096 byte writes going to C:\Windows\System32\config\SYSTEM but I don't want to mess with these!
 

My Computer My Computer

At a glance

Windows 7 x64AMD Phenom II X4 B50G.Skill Ripjaws F3-12800CL9S - 8GBATI Radeon HD6900
OS
Windows 7 x64
CPU
AMD Phenom II X4 B50
Motherboard
GA-890GPA-UD3H
Memory
G.Skill Ripjaws F3-12800CL9S - 8GB
Graphics Card(s)
ATI Radeon HD6900
Screen Resolution
1920x1080
Hard Drives
G.Skill Phoenix Pro 80GB SSD - WD Caviar 640GB 64MB - WD Caviar Black 1TB 32MB
Case
Coolmaster Vortex
Internet Speed
s..l..o..w
RE: Moving parts of Windows 7 to another drive...

Hi,
Thanks for the detailed and understandable guide. I have a question about moving the 'installer directory' off c - when you come to install software do you install it to c or e (or f in my case)??
Thanks,
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7 950 3.07GHz12 GBNVIDIA GeForce GTX 480
Computer Manufacturer/Model Number
Novatech
OS
Windows 7 Professional x64
CPU
Intel Core i7 950 3.07GHz
Memory
12 GB
Graphics Card(s)
NVIDIA GeForce GTX 480
Sound Card
NVIDIA
Monitor(s) Displays
NEC
Hard Drives
SSD 64BG
SATA 1TB x2
Hi,
.... - when you come to install software do you install it to c or e (or f in my case)??

Basically you want to keep files that get read a lot on your SSD while moving directories that get written to a lot to another hard drive (f in your case).

That usually means you can install programs to the SSD (C drive) but check which files/directories are being written to using Process Monitor and then use Link Shell Extension to move them to your F: drive.
 

My Computer My Computer

At a glance

Windows 7 x64AMD Phenom II X4 B50G.Skill Ripjaws F3-12800CL9S - 8GBATI Radeon HD6900
OS
Windows 7 x64
CPU
AMD Phenom II X4 B50
Motherboard
GA-890GPA-UD3H
Memory
G.Skill Ripjaws F3-12800CL9S - 8GB
Graphics Card(s)
ATI Radeon HD6900
Screen Resolution
1920x1080
Hard Drives
G.Skill Phoenix Pro 80GB SSD - WD Caviar 640GB 64MB - WD Caviar Black 1TB 32MB
Case
Coolmaster Vortex
Internet Speed
s..l..o..w
Hi,
Thanks for the detailed and understandable guide. I have a question about moving the 'installer directory' off c - when you come to install software do you install it to c or e (or f in my case)??
Thanks,

Some titles like MS Office you want to install to C, but also put in an installer directory to that drive without asking. These directories can be moved.
 

My Computer My Computer

At a glance

Windows 7 64-bitIntel Core 2 quad (2000MHZ, 4 core)4 GigATI HD4650
Computer Manufacturer/Model Number
HP DV7-2270US
OS
Windows 7 64-bit
CPU
Intel Core 2 quad (2000MHZ, 4 core)
Motherboard
HP
Memory
4 Gig
Graphics Card(s)
ATI HD4650
Sound Card
IDT HD and ATI HD
Monitor(s) Displays
17" wide laptop and 65" secondary (for 'work' :) )
Screen Resolution
1600X900
Hard Drives
Patriot 64-Gig M28 SSD in bay 1
Seagate ST9500420AS 500 Gig in bay 2(laptop)
Case
HP Laptop
Internet Speed
T3
Thanks for the help,
Adobe Creative Suite is my main problem, even though you can tell it to install to another drive it still sticks a large amount of stuff on the C that you cant just move (or remove) without breaking it. It takes up precious space. Should the junction work for moving these files?
Anyone tried it?
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7 950 3.07GHz12 GBNVIDIA GeForce GTX 480
Computer Manufacturer/Model Number
Novatech
OS
Windows 7 Professional x64
CPU
Intel Core i7 950 3.07GHz
Memory
12 GB
Graphics Card(s)
NVIDIA GeForce GTX 480
Sound Card
NVIDIA
Monitor(s) Displays
NEC
Hard Drives
SSD 64BG
SATA 1TB x2
Thanks for the help,
Adobe Creative Suite sticks a large amount of stuff on the C that you cant just move (or remove) without breaking it. ....

I installed Photoshop and Priemier Pro on C Drive then simply moved the entire C:\Users\MyUserName\AppData\Roaming\Adobe to my F: Drive. The various sub-directories contain about 500MB of files and get written to quite a bit when you are using the programs.
 

My Computer My Computer

At a glance

Windows 7 x64AMD Phenom II X4 B50G.Skill Ripjaws F3-12800CL9S - 8GBATI Radeon HD6900
OS
Windows 7 x64
CPU
AMD Phenom II X4 B50
Motherboard
GA-890GPA-UD3H
Memory
G.Skill Ripjaws F3-12800CL9S - 8GB
Graphics Card(s)
ATI Radeon HD6900
Screen Resolution
1920x1080
Hard Drives
G.Skill Phoenix Pro 80GB SSD - WD Caviar 640GB 64MB - WD Caviar Black 1TB 32MB
Case
Coolmaster Vortex
Internet Speed
s..l..o..w

My Computer My Computer

At a glance

Operating System : Windows 7 Home Premium Edi...Processor : Intel Core 2 Quad Q8300 @ 2500 MHzPhysical Memory :8GB Corsair4x 2GB 800MHz C5 ...Video Card : XFX 6700 AMD
Computer Manufacturer/Model Number
packard bell IXTREME M5722
OS
Operating System : Windows 7 Home Premium Edition 6.01.7600 SP1 (x64)
CPU
Processor : Intel Core 2 Quad Q8300 @ 2500 MHz
Motherboard
Mainboard : Packard Bell (Acer EG43M )
Memory
Physical Memory :8GB Corsair4x 2GB 800MHz C5 DDR2
Graphics Card(s)
Video Card : XFX 6700 AMD
Monitor(s) Displays
Maestro 234DL - BenQ V2220 - BenQ VW2420H
Screen Resolution
Current Display :1920x1080p pixels at 60 Hz in HD LED
Hard Drives
Hard Disks : WDC (1000 GB)
Drive C: (Hard Disk) : 428 GB available on 491 GB
Drive D: (Hard Disk) : 426 GB available on 492 GB
SAMSUNG spinpoint HD103SJ 1000.2 GB
(X 2) KINGSTON SSD NOW V 30GB
PSU
XFX ProSeries 550W PSU
Case
PACKARD BELL IXTREME
Cooling
System Blower Current: 150mA Air Flow16CFM ;Akasa 90mm rear
Keyboard
Gigabyte Aivia K8100
Mouse
TRUST-Wireless Laser Mouse - Carbon edition MI-7770C
Internet Speed
TP-LINK > TL-WN951N / AV500 Gigabit Powerline Adapters
Browser
chrome dev
Other Info
EXTRA COOLING>(FAN CONTROLLER) PC Bay Cooler 3 x 40mm fans; Akasa AK-HD-BL Blue hard drive cooler 2 x 40 mm fan 4500 rpm 29.7 dBA
Bios> American Megatrends Inc.
Version : P01-A1
Date : 08/31/2009
hello
can someone please help me with this ?
it says in the Tutorials SSD Tweaks and Optimizations in Windows 7 ( Get the lin*x boot image from http://partedmagic.com/ and burn it to a CD/DVD.) .
is that the name of the file i'm looking for ?
i can't seem to find it at that site. can someone give me a little more info so i can get to it ?
thanks
scrooge
 

My Computer My Computer

At a glance

win 7 ( 64 bit)Intel Core i7-870 Lynnfield 2.93GHz 8MB L3 Ca...G.SKILL Sniper Series 16GB (4 x 4GB) 240-Pin ...ATI Radeon HD6800 Series
Computer Manufacturer/Model Number
home build
OS
win 7 ( 64 bit)
CPU
Intel Core i7-870 Lynnfield 2.93GHz 8MB L3 Cache LGA 1156 95
Motherboard
ASUS P7P55 LX LGA 1156
Memory
G.SKILL Sniper Series 16GB (4 x 4GB) 240-Pin DDR3 SDRAM
Graphics Card(s)
ATI Radeon HD6800 Series
Sound Card
hdmi
Monitor(s) Displays
42" lg 3d tv
Screen Resolution
1920 x 1080
Hard Drives
1 ssd pci-e revodrive
4 seagate 1.5 tb
PSU
Rosewill BRONZE Series RBR1000-M 1000W Continuous@40°C, 80Pl
Case
CoolMaster 922
Cooling
CORSAIR CWCH60 Hydro Series H60 High Performance Liquid CPU
Keyboard
logtech
Mouse
logitect
Internet Speed
5 mbit
hello
can someone please help me with this ?
it says in the Tutorials SSD Tweaks and Optimizations in Windows 7 ( Get the lin*x boot image from http://partedmagic.com/ and burn it to a CD/DVD.) .
is that the name of the file i'm looking for ?
i can't seem to find it at that site. can someone give me a little more info so i can get to it ?
thanks
scrooge

Goto the site. Click download on the left. Get the parted magic ISO and burn to CD.
 

My Computer My Computer

At a glance

Windows 7 64-bitIntel Core 2 quad (2000MHZ, 4 core)4 GigATI HD4650
Computer Manufacturer/Model Number
HP DV7-2270US
OS
Windows 7 64-bit
CPU
Intel Core 2 quad (2000MHZ, 4 core)
Motherboard
HP
Memory
4 Gig
Graphics Card(s)
ATI HD4650
Sound Card
IDT HD and ATI HD
Monitor(s) Displays
17" wide laptop and 65" secondary (for 'work' :) )
Screen Resolution
1600X900
Hard Drives
Patriot 64-Gig M28 SSD in bay 1
Seagate ST9500420AS 500 Gig in bay 2(laptop)
Case
HP Laptop
Internet Speed
T3
Good stuff in that guide, thanks.

I'm looking for input on a tweak I've read about. Instructions are:

Create a new folder on HDD
Navigate to SDD C:\windows\system3winevt\logs and highlight all logs and drag them to newly created folder on HDD
Enter Event Viewer, go to properties on all Windows and Application and Event logs and update path to the new folder on the HDD.

Does this seem like something worthwhile to you? It seems similar in purpose to your instructions on disabling event logs through Performance Monitor.
 

My Computer My Computer

At a glance

Windows 7 64-bit Home PremiumIntel Core i7 920 D0OCZ3X1600R2LV6GK 6GBEVGA GTX 260
OS
Windows 7 64-bit Home Premium
CPU
Intel Core i7 920 D0
Motherboard
EVGA X58 3X SLI E758
Memory
OCZ3X1600R2LV6GK 6GB
Graphics Card(s)
EVGA GTX 260
Hard Drives
OCZ Agility2 120GB; WD Caviar Black 1TB
PSU
Rosewill Bronze 1000W
Case
Antec Nine Hundred
Cooling
Zalman CNPS 9900
Good stuff in that guide, thanks.

I'm looking for input on a tweak I've read about. Instructions are:

Create a new folder on HDD
Navigate to SDD C:\windows\system3winevt\logs and highlight all logs and drag them to newly created folder on HDD
Enter Event Viewer, go to properties on all Windows and Application and Event logs and update path to the new folder on the HDD.

Does this seem like something worthwhile to you? It seems similar in purpose to your instructions on disabling event logs through Performance Monitor.

Not gonna recommend this one... It COULD make restoring an image backup a nightmare down the road...
 

My Computer My Computer

At a glance

Windows 7 64-bitIntel Core 2 quad (2000MHZ, 4 core)4 GigATI HD4650
Computer Manufacturer/Model Number
HP DV7-2270US
OS
Windows 7 64-bit
CPU
Intel Core 2 quad (2000MHZ, 4 core)
Motherboard
HP
Memory
4 Gig
Graphics Card(s)
ATI HD4650
Sound Card
IDT HD and ATI HD
Monitor(s) Displays
17" wide laptop and 65" secondary (for 'work' :) )
Screen Resolution
1600X900
Hard Drives
Patriot 64-Gig M28 SSD in bay 1
Seagate ST9500420AS 500 Gig in bay 2(laptop)
Case
HP Laptop
Internet Speed
T3
You could use the Registry to move the Event Logs:

How to move Event Viewer log files to another location in Windows 2000 and in Windows Server 2003

(I haven't checked, but suspect the process is the same for Windows 7.)

I just checked mine and they are only taking up about 90MB of space. I think the concern here is that some of them are written to frequently.

Personally, I'm with lightningltd on this one. It won't be worth it to extend the life of your SSD if the system you're running on it starts giving you a lot of headaches. Besides, I think all the hoopla over SSD drives dying young due to frequent writes is overblown. I saw a quote from a guy (I think) from Intel who said you could format the drive every day and write zeroes to it and still expect it to last about ten years. A few crummy little event logs aren't going to do that much harm. :)
 

My Computer My Computer

At a glance

Main - Windows 7 Pro SP1 64-Bit; 2nd - Window...Main - Core i7 2600K; 2nd - Core i7 920Main - 16GB Corsair Vengeance; 2nd - 12GB Cor...Main - XFX Radeon 6870 1GB; 2nd - XFX Radeon ...
Computer Manufacturer/Model Number
Self
OS
Main - Windows 7 Pro SP1 64-Bit; 2nd - Windows Server 2008 R2
CPU
Main - Core i7 2600K; 2nd - Core i7 920
Motherboard
Main - Asus P8Z68-V Pro/Gen3; 2nd - Gigabyte GA-EX58-UDR3
Memory
Main - 16GB Corsair Vengeance; 2nd - 12GB Corsair Vengeance
Graphics Card(s)
Main - XFX Radeon 6870 1GB; 2nd - XFX Radeon 4870 1GB
Sound Card
Both: Onboard Realtek Azalia
Monitor(s) Displays
Main - Hann 25" + I-INC 25" + Acer 23"; 2nd - Upgrading Soon
Screen Resolution
Main - 1920x1080 (All Three Monitors); 2nd - Upgrading Soon
Hard Drives
Main - (1) Crucial M4 128GB (Boot)
Main - (1) Seagate 2TB 64MB Cache (Data)
Main - (1) Seagate 2TB 64MB Cache (Data Backup)
2nd - (1) Intel X25-M SSD 80GB (Boot)
2nd - (3) Seagate 1TB 32MB Cache (Data Backup)
2nd - (1) Seagate 320GB (Because)
PSU
Main - OCZ 600W Modular; 2nd - OCZ 600W
Case
Main - Thermaltake Element G; 2nd - NZXT something or other
Cooling
Main - Corsair H80; 2nd - Prolimatech Megahalems
Keyboard
Main - Razer Reclusa; 2nd - Old MS Keyboard
Mouse
Main - Logitech MX Revolution; 2nd - Old MS Mouse
Internet Speed
20Mbps Time-Warner Cable
Thanks for the responses, I won't touch that one.
 

My Computer My Computer

At a glance

Windows 7 64-bit Home PremiumIntel Core i7 920 D0OCZ3X1600R2LV6GK 6GBEVGA GTX 260
OS
Windows 7 64-bit Home Premium
CPU
Intel Core i7 920 D0
Motherboard
EVGA X58 3X SLI E758
Memory
OCZ3X1600R2LV6GK 6GB
Graphics Card(s)
EVGA GTX 260
Hard Drives
OCZ Agility2 120GB; WD Caviar Black 1TB
PSU
Rosewill Bronze 1000W
Case
Antec Nine Hundred
Cooling
Zalman CNPS 9900
can't find windows installer sub directory

i have followed your win7 install instructions and thank you for you guide. i am at the point of "Moving Parts of Windows to another drive" and cannot find the installer subdirectory. (i set explorer to show all files.) i have very few programs loaded - lightroom, adobe reader, office 2010 suite, and the link shell extension - and was wondering if this was the problem? i am running enterprise 64 bit.

thanks for any help.
 

My Computer My Computer

At a glance

Windows 7 Enterprise 64 Bit12 GBQusdro 4000
Computer Manufacturer/Model Number
Dell T3500
OS
Windows 7 Enterprise 64 Bit
Memory
12 GB
Graphics Card(s)
Qusdro 4000
hi ghyelde, and welcome to sevenforums,

the installer directory is hidden within the windows folder.

you have to set explorer view settings to 'show hidden files' and unhide 'protected operating system files':

inst.PNG
 

My Computer My Computer

At a glance

ultimate 64 sp1i5 2500K [email protected]8 gigs GSkill Ripjaws 1600amd hd6950
Computer Manufacturer/Model Number
mickey megabyte 1234
OS
ultimate 64 sp1
CPU
i5 2500K [email protected]
Motherboard
MSI P67A-GD53
Memory
8 gigs GSkill Ripjaws 1600
Graphics Card(s)
amd hd6950
Sound Card
creative x-fi gamer
Monitor(s) Displays
samsung 24"
Screen Resolution
1920x1080
Hard Drives
ocz vertex 2e 60 gig, samsung f3 1tb, buffalo 2tb ext
PSU
antec 550
Case
antec three hundred
Cooling
i'm a cooling fan
Keyboard
saitek eclipse ii
Mouse
logitech g3
Internet Speed
about 4 Mbps
Other Info
i love win7
Checked the show, did not uncheck the hide. thanks!!!
 

My Computer My Computer

At a glance

Windows 7 Enterprise 64 Bit12 GBQusdro 4000
Computer Manufacturer/Model Number
Dell T3500
OS
Windows 7 Enterprise 64 Bit
Memory
12 GB
Graphics Card(s)
Qusdro 4000
no problem - enjoy your ssd!
 

My Computer My Computer

At a glance

ultimate 64 sp1i5 2500K [email protected]8 gigs GSkill Ripjaws 1600amd hd6950
Computer Manufacturer/Model Number
mickey megabyte 1234
OS
ultimate 64 sp1
CPU
i5 2500K [email protected]
Motherboard
MSI P67A-GD53
Memory
8 gigs GSkill Ripjaws 1600
Graphics Card(s)
amd hd6950
Sound Card
creative x-fi gamer
Monitor(s) Displays
samsung 24"
Screen Resolution
1920x1080
Hard Drives
ocz vertex 2e 60 gig, samsung f3 1tb, buffalo 2tb ext
PSU
antec 550
Case
antec three hundred
Cooling
i'm a cooling fan
Keyboard
saitek eclipse ii
Mouse
logitech g3
Internet Speed
about 4 Mbps
Other Info
i love win7
Request advice for RAID0 2x240 GB SSDs on Win 7 x64

I am new to the world of SSDs. I just purchased 2 x 240GB OCZ Vertex 2 SSDs for my HP EliteBook 8540w laptop, and I have them setup using RAID0. I have just installed Windows 7 x64, and your guide was just what I was looking for. Thanks for your great contributions to the community.

Since I am using both drive bays in my laptop for my SSDs, I don't have the liberty of an extra available HDD for some of the log files, as per many of your recommendations throughout your guide. However, I do have a SD card slot in my laptop, which is empty. I was considering to purchase a 64 GB SDHC card and use it as additional storage in my laptop in place of a HDD. I could then re-direct some of my OS writes and log files to this SD card. Is this a good idea ? Would the READ/WRITE speed to a SDHC card be acceptable when using with SSDs in RAID0 ? Or would the performance degrade to the point where it would offset the performance gains of my SSDs ? Can a SDHC card be formatted as NTFS ? Is this a good idea ? I am trying to apply your guide to my hardware config scenario and would welcome any additional advice you could offer.

FWIW, I am also following some of the Win 7 optimization tips offered at OCZ's community forum -- Guide THE BASIC GUIDE & FAQ - ABC for OCZ SSD


Thanks.

===========
HP EliteBook 8540w
Intel Core i7-820
16 GB RAM
2x240GB SSDs RAID0
Win 7 x64
 

My Computer My Computer

At a glance

Win 7 x64 EnterpriseCore i7 -82016 GBNvidia Quadro FX1800M
Computer Manufacturer/Model Number
HP EliteBook 8540w
OS
Win 7 x64 Enterprise
CPU
Core i7 -820
Motherboard
Intel
Memory
16 GB
Graphics Card(s)
Nvidia Quadro FX1800M
Hard Drives
250 GB & 500 GB
What do I do if I don't have ACHI support for my sata ports? My board is a Asus A8N-SLI and it will basically run the ssd's in ide mode is there anything I can do to make this tut work for me or is my system fine the way it is? Right now it runs the ssd's but I'm thinking there not up to snuff anymore. If I set the NV Raid to on in the bios it doesn't recognize the ssd's as single drives, you would have to put them together as a raid an then it would be seen but then the drives are not recognized as intel drives cause the hardware raid controller doesn't allow them to be recognized. I use them as singles but my question still remains will this method described above work for my board or do I just have to give it a whirl and find out?
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64I76 x 1.5V DDR3 DIMM sockets supporting up to 2...GeForce GTX 580
Computer Manufacturer/Model Number
Alienware
OS
Windows 7 Ultimate x64
CPU
I7
Motherboard
GA-X58-USB3
Memory
6 x 1.5V DDR3 DIMM sockets supporting up to 24 GB of system
Graphics Card(s)
GeForce GTX 580
Sound Card
Realtek ALC892 codec 2/4/5.1/7.1-channel
Monitor(s) Displays
NEC Display Solutions E321 Black 32"
Screen Resolution
1366 x 768
Hard Drives
OCZ Colossus LT Series OCZSSD2-1CLSLT1T 3.5" 1TB SATA II MLC Internal Solid State Drive
PSU
XFX Black Edition XPS-850W-BES 850W ATX12V
Case
Antec
Cooling
Zalman
Keyboard
Microsoft
Mouse
Microsoft
Back
Top