Friday, September 17, 2010

Make Sure TRIM Is Enabled for Your Solid State Drive in Windows 7 for Better Performance [Windows Tip]

Source: http://lifehacker.com/5640971/check-if-trim-is-enabled-for-your-solid-state-drive-in-windows-7

Make Sure TRIM Is Enabled for Your Solid State Drive in Windows 7 for Better PerformanceOne of the best way to take full advantage of your solid state drive (SSD) is to use the performance-maintaining TRIM command. Technology blog GHacks shows us how to make sure TRIM is enabled in Windows 7.

While using something like Intel's previously mentioned Toolbox application to TRIM your drive is extremely useful, you need to make sure Windows 7 has enabled it first. And, while Windows is designed to automatically detect most SSDs, sometimes it doesn't work as intended. If you find the performance of your SSD is degrading (or just want to make sure TRIM is properly enabled), run Command Prompt as an administrator and type:

 fsutil behavior query DisableDeleteNotify 

It will give you one of two results, either a 0 or a 1. A zero indicates that TRIM is enabled correctly, a one means that it is not. If you have a TRIM-compatible SSD, but find that Windows 7 hasn't enabled the command, you can easily do so by running this command:

 fsutil behavior set disablenotify 0 

Note that TRIM is only supported in Windows 7, so if you have an SSD but are running an older version of Windows, it's probably a good idea to upgrade. Hit the link for other SSD optimization tips, and share your own with us in the comments.