Quote:
Originally Posted by Outcasst 
No problem. I am getting my SSD hopefully friday or saturday too, so i guess we are taking the leap together
|
I found this:
Disable
------
Prefetch & Superfetch, Auto Defrag, Indexing, Write Caching, Short File Names, NTFS Timestamp. Disable ACHI in BIOS before Vista install
Vista Automatic Defrag
-----------------------
1. Click Start
2. Click Control Panel
3. Select the Control Panel Home
4. Click System and Maintenance
5. Under the Administrative Tools section at the bottom, click Defragment your hard drive
6. Click or unclick Run automatically (recommended) depending if you want this feature enabled or disabled.
7. Click OK
Remove Indexing
----------------
1. Go to, Start (blue marble) > Computer
2. Right click on your drive and select 'properties'
2. Uncheck 'index this drive for faster searching'
Disable Write Caching
----------------------
1. From the Device Manager expand the disk drives category
2. Right click your drive. Select 'Properties' from the menu then click on the 'Policies' tab
3. Uncheck 'Enable write caching on the disk'
Disable Short File Names
-------------------------
The run command:
fsutil behavior set disable8dot3 1
Note that the Windows XP environment variables %TEMP% and %TMP% typically use short names. Program installations sometimes use these variables. If this change causes trouble and you need to restore the short name function, the command is; fsutil behavior set disable8dot3 0
Disable Timestamp for Last Access
----------------------------------
The run command:
fsutil behavior set disablelastaccess 1
Note that some backup programs may need this information. If you wish to restore the timestamp, the command is; fsutil behavior set disablelastaccess 0
This is basically what the Tweak Utility does for you automatically