TRIM Commands Enable TRIM Go to the Command Prompt and type:
fsutil behavior set disabledeletenotify 0
Disable TRIM Go to the
Command Prompt and type:
fsutil behavior set disabledeletenotify 1
How do I know if TRIM is working in Windows 7?
Go to the
Command Prompt and type:
fsutil behavior query disabledeletenotify
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)
TRIM Utility Script One member of this Forum [big thanks to Phazon] wrote a small script that allows to quickly enable or disable the "
TRIM" command.
You must be running Windows 7 + FW 1.40.
The script will also tells you if Trim is enabled or disabled. Be sure to place
wiper.exe in your
C:\ (root) for the option 3 [Launch Wiper] to work.
You can download the script
HERE.