Windows 7 SSD Tuning
Source: http://www.computing.net/howtos/show/solid-state-drive-ssd-tweaks-for-windows-7/552.html
- SATA Controller AHCI Mode
- Enable TRIM elevated cmd prompt: “fsutil behavior query DisableDeleteNotify”
- Disable System Restore (optional, recommended as it interferes with TRIM)
- Disbaled disk drive indexing
- Disbale Defrag on disk
- Disable Page File (optional, space saving only)
- Disable Hibernation (optional, space saving only): elevated cmd prompt: “powercfg -h off”
- Disable Prefetch & Superfetch: [HKEY_LOCAL_MACHINECurrentControlSetControlSessionManagerMemory ManagementPrefetchParameters] >> EnablePrefetcher and EnableSuperfetch = 0
- Disable Windows Write-Cache Buffer Flusing : Device Manager > Disk Drive > Policies > UNTICK “Enable write caching on the device”
- Disable Windows Search and Superfetch : services.msc > Superfetch = Disabled && Windows Search = Disabled
- Disable ClearPageFileAtShutdown and LargeSystemCache : [HKEY_LOCAL_MACHINECurrentControlSetControlSessionManagerMemory Management] > ClearPageFileAtShutdown && LargeSystemCache = 0