Here is a quick way to find out if trim is enabled on windows partition:
Go to Start --> All Programmers --> Accessories --> Command Prompt, right click and select Run as Administrator.
Type:
fsutil behavior query disabledeletenotify
If the output are:
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)
Outputs you mentioned are NOT there.
Appreciate everyones help. I just can't figure it out.
The correct path to the command prompt is:
Go to Start --> All Programs --> Accessories --> Command Prompt, right click and select Run as Administrator.
Assuming you found that; did you open the Windows command prompt by right clicking on the icon and selecting "Run as Administrator" and type this command exactly?
fsutil behavior query disabledeletenotify
It works on every Windows 7 system I've tested. Which version are you running Home Prem, Professional, Ultimate 32 or 64 bit?
Cheers,