Quote:
Originally Posted by A14M3D;15366695
thanks for the link, some people seem to say avoid certain bits as they can cause issues for example disabling superfetch and prefetch and stuff along those lines
is there anything you would recommend skipping?
thanks again
In that guide I don't do the short stroking, besides that everything else is fine. I left prefetch enabled like TC said, it does make the drive boot up a tiny bit faster from my experience.
Also you can disable unused windows features:
Turn off Unused Windows 7 Features
There are many feature in windows 7 that we often don't use.
Disabling unused features in Windows 7 will really help in speeding things up and reduce a little space.
Open up Programs and Features from Control Panel.
Click the Turn Windows features on or off from the left pane.
Now uncheck all the Feature that you don't use in Windows 7 [e.g. "Games"] and restart the system for the changes to take effect.
And here is infor on making sure Trim is set up properly.
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)