ondooy
Arch-Supremacy Member
- Joined
- Apr 9, 2012
- Messages
- 11,020
- Reaction score
- 1,219
Turn Defrag off on your SSD
Check for TRIM support
Enable TRIM support
Disable Disk Indexing
Turn off/Reduce System Protection
Turn off/Shrink Page File
Disable hibernate/sleep mode
Disable prefetch and superfetch
Disable GUI on boot
Speed up menu show delay
Speed up shut down time
Speed up mouse hover pop ups
Remove unwanted visuals (depends on your preference)
relocate your "Document", "Pictures", "Video", "Downloads" to your HDD
- open windows explorer
- right click on your ssd->select properties
- go to TOOLS tab
- click on "Defragment now" button
- click on "Configure schedule" button
- click on "Select disks" button
- uncheck your SSD drive.
Check for TRIM support
- open command prompt
- type "fsutil behavior query disabledeletenotify"
- if 'DisableDeleteNotify = 0' is shown then trim is enabled
- if 'DisableDeleteNotify = 1' then trim is disabled
Enable TRIM support
- open command prompt
- type "fsutil behavior set disabledeletenotify 0"
Disable Disk Indexing
- open windows explorer
- right click on your SSD drive -> select properties
- uncheck "Allow files on this drive to have contents indexed in addition to file properties".
Turn off/Reduce System Protection
- press window key
- right click on computer -> select properties
- select "System protection"
- locate your SSD drive, see if it's "On"
- If it's "On" , select your SSD drive and click on "Configure" button
- choose "Turn off system protection" if you want it off
- or adjust the slider to your desired size.
Turn off/Shrink Page File
- press start
- right click on computer -> select properties
- select "Advanced system settings"
- click on "Advanced" tab
- click on "Settings"
- click on "Advanced" tab
- click on "Change" button
- uncheck "Automatically manage paging file size for all drives"
- select SSD drive and select "No paging file" and click "Set" button
- or you can set a min/max value for your drive, ideal value is 1024 - 1024
Disable hibernate/sleep mode
- open command prompt
- type this on the command line "powercfg -h off"
Disable prefetch and superfetch
- disable superfetch
- open services from control panel or from the run line type "services.msc"
- locate "Superfetch" entry
- double click on "Superfetch"
- on startup type, select "Disabled"
- disable prefetch
- open registry editor from the run line by typing regedit
- navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session\Manager\Memory Management\PrefetchParameters"
- double click on "PrefetchParameters" change the value to 0
Disable GUI on boot
- open run line (window + r)
- type msconfig and enter
- select "Boot" tab
- uncheck "No GUI boot"
Speed up menu show delay
- open run line (window + r)
- type regedit + enter
- navigate to HKEY_CURRENT_USER\Control Panel\Desktop
- locate "MenuShowDelay", double click to modify
- choose a number between 0-4000 , 1 is ideal
Speed up shut down time
- open run line (window + r)
- type regedit + enter
- navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- locate "WaitToKillServiceTimeout" , double click and modify the value
- choose whatever delay you want, (1-20 sec) , ideal would be 1000 or 2000 (1 sec - 2 sec)
Speed up mouse hover pop ups
- open run line (window + r)
- type regedit + enter
- navigate to HKEY_CURRENT_USER\Control Panel\Mouse
- locate "MouseHoverTime" double click to modify
- choose a value between 0-4000, ideal is 2-4.
Remove unwanted visuals (depends on your preference)
- start -> right click on computer
- select properties -> advanced system settings
- select "Advanced" tab -> click on "Settings" button under "Performance"
- select "Visual Effects" tab -> click on custom
relocate your "Document", "Pictures", "Video", "Downloads" to your HDD
- start
- right click on "Documents"
- select properties
- select "Location" tab and click "Move"
- Browse to the location where you want to redirect this folder. You can select another location on this computer, another drive attached to this computer, or another computer on the network. To find a network location, type two backslashes (\\) into the address bar followed by the name of the location where you want to redirect the folder (for example, \\mylaptop), and then press Enter.
- Click the folder where you want to store the files, click Select Folder, and then click OK.
- In the dialog that appears, click Yes to move all the files to the new location.


