- Nov 26, 2005
- 15,189
- 401
- 126
Some nights ill let my computer run/idle all night to activate a "defrag" session with my SSD, but how do I know if it ran or not?
run cmd (as admin)
fsutil behavior query DisableDeleteNotify
If the result is '0' TRIM is enabled
If the result is '1' TRIM is disabled
A mild thread hijack: I ran the cmd line billyb0b mentioned a while ago and noticed TRIM is DISabled. I did a fresh Win7 64 home install on a new M4 SSD, and I thought Windows was supposed to be smart enough to recognize SSDs and enable TRIM during the install. Anyone know how to enable TRIM after installation?
I googlamated the question and some of the fixes involved installing a bit of code that just seemed suspicious to me. Thanks!
fsutil behavior set disabledeletenotify 0
Did you enable ahci in the bios before installing Win7 on your ssd?A mild thread hijack: I ran the cmd line billyb0b mentioned a while ago and noticed TRIM is DISabled. I did a fresh Win7 64 home install on a new M4 SSD, and I thought Windows was supposed to be smart enough to recognize SSDs and enable TRIM during the install. Anyone know how to enable TRIM after installation?
I googlamated the question and some of the fixes involved installing a bit of code that just seemed suspicious to me. Thanks!
Yes, I did read the sticky, but Im still unclear as to how TRIM/GC works, or why they are even needed in the first place
run cmd (as admin)
fsutil behavior query DisableDeleteNotify
If the result is '0' TRIM is enabled
If the result is '1' TRIM is disabled
Did you enable ahci in the bios before installing Win7 on your ssd?