One of the things to note when running a SSD is that you no longer need to defragment your hard drive. Make sure you disable this task in the Windows Scheduler.
Another thing you should do is enable TRIM support, which keeps the drive running fast for the long haul. If you are not running Windows 7, you'll have to get a utility from your hard drive manufacturer. Windows 7 makes it very easy.
To verify, go to a command prompt
To verify, go to a command prompt
Start->All Programs->Accessories->Command Prompt.
****Make sure to right click on the Command Prompt and select "Run as Administrator"!*****
Type "fsutil behavior query DisableDeleteNotify" and hit ENTER
TRIM is turned on if it returns "DisableDeleteNotify = 0"
If it doesn't, then type "fsutil behavior set DisableDeleteNotify = 0" and hit ENTER.
Now you know if TRIM is turned on!
No comments:
Post a Comment