Windows : Enable TRIM on your SSD drive

By | September 13, 2012

Using a SSD drive on Windows 7? You better have TRIM enabled for better performance and make your drive last longer. Windows should enable it by default.

To check if it’s enabled, run the following command :

fsutil behavior query DisableDeleteNotify

If returned value is ” 0 “, this mean TRIM is enabled. If ” 1 “, this mean TRIM is disabled.

To manually enable TRIM, do the following command :

fsutil behavior set disablenotify 0