Windows 7 detects the presence of solid state drives (SSDs) on installation and makes a couple of tweaks right from the start. Additional changes to the operating system settings enable one to set a performance level anywhere from moderate to the absolute maximum capability the hardware will provide. The goal is making better use of available RAM and minimizing writes to the SSD.
TRIM is command which directs the Windows operating system to mark, for re-use, areas with unused data on an SSD. The SSD then handles garbage collection tasks and maximizes space available for Windows to write new data. Without this semi-automatic clean-up and optimization function, solid state drives would be much slower. Modern chipsets have TRIM support built in; Windows should have TRIM running by default, but it is prudent to make sure it it actually running.
The presence of TRIM can be checked with a command line entry in Windows 7:
> fsutil.exe behavior query DisableDeleteNotify
If TRIM is running, the system will reply with:
> DisableDeleteNotify=0
If TRIM is not running, turn it on with the following command:
> fsutil.exe behavior set DisableDeleteNotify 0
With all the advice online for SSD hard drives, it can take hours of research and fiddling to properly configure your SSD drive. Manually going into menus is tedious and time consuming. The Free Elpamsoft SSD tweak utility allows you to configure Windows 2K/XP/Vista & 7 including x64 very quickly.
These functions should be optimized for solid state drives:
The main page offers the most common Windows SSD optimization settings. Some of the Windows services can’t be controlled with a simple checkbox in the software, but the SSD Tweak Utility has shortcuts for configuring Defrag and System Restore. Once clicked, those windows utilities are opened, and can be deactivated to reduce write events on the SSD.
The Advanced Settings area in the ssd tweak utility is where to find additional system adjustments. These are Windows features that consume resources and increase SSD writes; they can be easily disabled here.
Before adjusting the Windows operating system for faster SSD performance, be sure to go into the computer BIOS configuration (during bootup) and set the drive controller to AHCI mode. This eliminates some performance problems related to SATA functions optimized for conventional hard drives.
Some of the more advanced steps can allow the Windows system and SSD to operate very fast and efficiently, but sometimes at the expense of convenience, visual appeal, or power consumption. It is suggested to try all of the performance enhancements, and determine which ones to keep enabled and which to discard.
Windows 7 and Vista have a feature which provides access to numerous system adjustments, called God Mode. To enable God Mode, for the purpose of enhancing solid state drive performance, follow these steps:
Windows Vista and Windows 7 both allow you to fine tune your power options. I don’t recommend running a notebook on the High Performance setting, but for desktop users looking to get the most out of their new SSD, it is a must. Once you have changed your setting to High Performance, go into the options under Hard Disk and select NEVER turn the drives off. This will allow your SSDs garbage collection to run even when you are logged off of the system.
You can gain a nice performance boost by checking both of these boxes, but you also run the risk of losing data if power is lost while the computer is operating.
Having Windows 7 index your platter based drives gives you a boost in search performance, but since SSDs have such low access time, the feature is not needed to have speedy searches.
Solid state drives do not need the disk defragmentation service. Windows 7 should automatically disable this feature when it detected the SSD, but it is wise to verify that the service is not running.
Disabling System Restore increases both performance and available storage space. Be sure to regularly back up your data on a separate medium!
Superfetch is designed to cache files used often, but with the low access times of SSDs this option can be disabled. Slower solid state drives will actually benefit with this option enabled as they begin to fill with data, due to write amplification. Most SSDs, however, benefit most with this service disabled.
Prefetch loads pieces of program files into RAM and is one of the new tricks Microsoft has used to make Windows 7 seem faster to users. It is not needed on systems with solid state drives, and disabling prefetch makes more RAM available. Disabling prefetch requires changing the Windows registry with Regedit.exe. This is the registry key to change:
Accomplish these actions:
Modern solid state drives enhance performance of old and new computers by orders of magnitude. Combined with ample memory and multi-core processors and graphics, computers can do in minutes what would have taken hours or days in the recent past. Solid state drives are still somewhat expensive and limited in capacity in comparison to conventional spinning platter drives, but the speed increase offsets the expense. Windows 7 can be made to work well with solid state drives, and far surpass its original "out of the box" performance.