- Apr 9, 2013
- 4,470
- 0
- 0
I would appreciate some feedback on the recommended tweaks below re SSDs. I did most of them when I installed my drive months back, but not all. (I never used hibernation or turn on system Restore anyhow.)
Thank U!
Reduce Page File SizeA)Hit Start and right-click on Computer and select Properties
B)On the left side of the window, click Advanced System Settings.
C)Under the Advanced tab, in the Performance section clickSettings…
D)Click the Advanced tab, and under Virtual Memory, ClickChange
E)Uncheck Automatically manage paging file size for all drives.
F)Highlight your SSD and underneath it, click the Custom Sizeradio button.
G)Under Initial size and Maximum size, type in 1024 and then click Set and click OK. You must reboot for this to take effect
Move your temp files to a Mechanical hard drive. (If Users Folder is being used on the SSD)
A)Hit Start and right-click on Computer and select Properties
B)On the left side of the window, click Advanced System Settings.
C)Under the Advanced tab, in the on the bottom click Environmental Variables…
D)Click on the variable TEMP then click Edit…
E)Under the Variable Value: box, enter in the new path you would like for your temp files, ex. \Temp Files\TEMP
F)Click on the variable TMP then click Edit…
G)Under the Variable Value: box, enter in the new path you would like for your temp files, ex. \Temp Files\TMP
H)Click Ok and you must reboot for this to take effect.
Disable HibernationA)Type cmd in the windows start menu search box, then right click on cmd.exe and choose Run as administrator.
B)In the command prompt type in powercfg –h off and hit enter. You must reboot for this to take effect.
Moving or Disabling Memory Dumps (Especially helpful for us overclockers)A) Hit Start and right-click on Computer and selectProperties.
B)On the left side of the window, click Advanced System Settings.
C)Under the Advanced tab, in the on the Startup and Recovery box, click Settings…
D)Under the System failure section, you will see Write debugging information and a dropdown box. To disable memory dumbs click the dropdown box and select (none)
E)If you would like to keep memory dumps change the path in the Dump file: box for example; \Temp Files\Memory Dumps\MEMORY.DMP
Disable Superfetch (SSDs are Fast enough to disable Superfetch to free up RAM)
a. In the Windows start menu search box, type regedit and hit enter.
b.Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters and you will see a Binary Value called EnablePrefetcher
c.Double click on EnablePrefetcher and change the value from 3 to 0.
d.You must reboot for this to take effect.
Disable Recycling Bin on your SSD
A)Right click on your Recycling Bin and click Properties.
B)Under Settings for selected location you will see a radio button calledDon’t move files to the Recycling Bin. Remove files immediately
when deleted. Click this radio button and click OK.
Enable Write Caching on your SSD
A)Open up your Computer. In Computer, right click on the drive that is your SSD and click Properties.
B)Click on the Hardware tab at the top.
C)Double click on the Disk Drive that is your SSD. Now in the new window click the Policies tab.
D)Under the Write-caching policy box, make sure Enable write caching on this device and Turn off Windows write-cache buffer flushing on the device are both checked. Now click OK and exit.
Disable Indexing on your SSD
A)Open up your Computer. In Computer, right click on the Drive that is your SSD and click Properties.
B)Click on the General tab at the top.
C)At the bottom you will see a box called Allow files on this drive to have contents indexed in addition to file properties, uncheck this box and hitApply.
D)Make sure the radio button for Apply changes to the drive C, subfolders and files is selected and click OK.
E)You will be prompted with a window that says Error Applying Attributes, click Ignore All and it will disable indexing on all files on your SSD, this will take some time.
F)Click OK to close the window.
Disable Reliability Monitor (If OS in on SSD)
A)Type cmd in the windows start menu search box, then right click oncmd.exe and choose Run as administrator.
B)In the command prompt type in:
schtasks.exe /change /disable /tn \Microsoft\Windows\RAC\RacTaskand hit enter.
C)If you want to enable reliability monitor run the command:
schtasks.exe /change /enable /tn \Microsoft\Windows\RAC\RacTaskand hit enter.
D)If a SUCCESS message comes up after the command is entered then it worked.
I also made a guide to move users off of your OS drive to a different partition/drive For more SSD Tweaks to help reduce useless SSD writes, improve performance, and save more space Here
Web Browser Cache Managing for Chrome, Firefox, and Internet Explorer
Firefox Cache
How to Move Disk Cache Location
A) Open Firefox and in the address bar type about:config and hit enter.
B) Click I'll be careful, I promise! Navigate tobrowser.cache.disk.capacity and then double click to edit the value. Enter in the amount of disk cache you would like to use for Firefox in Kilobytes. I use 30mb so I enter in 30000 and hit OK.
C) Right click on the web page and choose New then String. In the Preference name box add browser.cache.disk.parent_directory and hit OK. Under the browser.cache.disk.parent_directory box, enter in where your Firefox Cache location will be. I have mine set to STemp Files\Firefox Cache.
How to Disable Disk Cache and Use Ram Cache
A) Open Firefox and in the address bar type about:config and hit enter.
B) Click I'll be careful, I promise! Navigate to browser.cache.disk.enableand then double click to so that it is set to false.
C) Right click on the web page and choose New then String. In the Preference name box add cache.memory.capacity and hit OK. Undercache.memory.capacity, enter in the amount of RAM you would like to use in kilobytes. I use 30mb so you would enter 30000 in the box for that.
Chrome Cache
How to Move Disk Cache LocationA) Right click on the desired chrome shortcut and clickProperties.
B) Next to the Target: you will see the path for the chrome.exe location; after chrome.exe type in --disk-cache-dir="STempFiles\Chrome Cache"
How Change Disk Cache SizeA) Right click on the desired chrome shortcut and clickProperties.
B) Next to the Target: you will see the path for the chrome.exe location; after chrome.exe type in --disk-cache-size=1 --media-cache-size=1". This will change the maximum cache to 25mb.
Thank U!
Reduce Page File SizeA)Hit Start and right-click on Computer and select Properties
B)On the left side of the window, click Advanced System Settings.
C)Under the Advanced tab, in the Performance section clickSettings…
D)Click the Advanced tab, and under Virtual Memory, ClickChange
E)Uncheck Automatically manage paging file size for all drives.
F)Highlight your SSD and underneath it, click the Custom Sizeradio button.
G)Under Initial size and Maximum size, type in 1024 and then click Set and click OK. You must reboot for this to take effect
Move your temp files to a Mechanical hard drive. (If Users Folder is being used on the SSD)
A)Hit Start and right-click on Computer and select Properties
B)On the left side of the window, click Advanced System Settings.
C)Under the Advanced tab, in the on the bottom click Environmental Variables…
D)Click on the variable TEMP then click Edit…
E)Under the Variable Value: box, enter in the new path you would like for your temp files, ex. \Temp Files\TEMP
F)Click on the variable TMP then click Edit…
G)Under the Variable Value: box, enter in the new path you would like for your temp files, ex. \Temp Files\TMP
H)Click Ok and you must reboot for this to take effect.
Disable HibernationA)Type cmd in the windows start menu search box, then right click on cmd.exe and choose Run as administrator.
B)In the command prompt type in powercfg –h off and hit enter. You must reboot for this to take effect.
Moving or Disabling Memory Dumps (Especially helpful for us overclockers)A) Hit Start and right-click on Computer and selectProperties.
B)On the left side of the window, click Advanced System Settings.
C)Under the Advanced tab, in the on the Startup and Recovery box, click Settings…
D)Under the System failure section, you will see Write debugging information and a dropdown box. To disable memory dumbs click the dropdown box and select (none)
E)If you would like to keep memory dumps change the path in the Dump file: box for example; \Temp Files\Memory Dumps\MEMORY.DMP
Disable Superfetch (SSDs are Fast enough to disable Superfetch to free up RAM)
a. In the Windows start menu search box, type regedit and hit enter.
b.Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters and you will see a Binary Value called EnablePrefetcher
c.Double click on EnablePrefetcher and change the value from 3 to 0.
d.You must reboot for this to take effect.
Disable Recycling Bin on your SSD
A)Right click on your Recycling Bin and click Properties.
B)Under Settings for selected location you will see a radio button calledDon’t move files to the Recycling Bin. Remove files immediately
when deleted. Click this radio button and click OK.
Enable Write Caching on your SSD
A)Open up your Computer. In Computer, right click on the drive that is your SSD and click Properties.
B)Click on the Hardware tab at the top.
C)Double click on the Disk Drive that is your SSD. Now in the new window click the Policies tab.
D)Under the Write-caching policy box, make sure Enable write caching on this device and Turn off Windows write-cache buffer flushing on the device are both checked. Now click OK and exit.
Disable Indexing on your SSD
A)Open up your Computer. In Computer, right click on the Drive that is your SSD and click Properties.
B)Click on the General tab at the top.
C)At the bottom you will see a box called Allow files on this drive to have contents indexed in addition to file properties, uncheck this box and hitApply.
D)Make sure the radio button for Apply changes to the drive C, subfolders and files is selected and click OK.
E)You will be prompted with a window that says Error Applying Attributes, click Ignore All and it will disable indexing on all files on your SSD, this will take some time.
F)Click OK to close the window.
Disable Reliability Monitor (If OS in on SSD)
A)Type cmd in the windows start menu search box, then right click oncmd.exe and choose Run as administrator.
B)In the command prompt type in:
schtasks.exe /change /disable /tn \Microsoft\Windows\RAC\RacTaskand hit enter.
C)If you want to enable reliability monitor run the command:
schtasks.exe /change /enable /tn \Microsoft\Windows\RAC\RacTaskand hit enter.
D)If a SUCCESS message comes up after the command is entered then it worked.
I also made a guide to move users off of your OS drive to a different partition/drive For more SSD Tweaks to help reduce useless SSD writes, improve performance, and save more space Here
Web Browser Cache Managing for Chrome, Firefox, and Internet Explorer
Firefox Cache
How to Move Disk Cache Location
A) Open Firefox and in the address bar type about:config and hit enter.
B) Click I'll be careful, I promise! Navigate tobrowser.cache.disk.capacity and then double click to edit the value. Enter in the amount of disk cache you would like to use for Firefox in Kilobytes. I use 30mb so I enter in 30000 and hit OK.
C) Right click on the web page and choose New then String. In the Preference name box add browser.cache.disk.parent_directory and hit OK. Under the browser.cache.disk.parent_directory box, enter in where your Firefox Cache location will be. I have mine set to STemp Files\Firefox Cache.
How to Disable Disk Cache and Use Ram Cache
A) Open Firefox and in the address bar type about:config and hit enter.
B) Click I'll be careful, I promise! Navigate to browser.cache.disk.enableand then double click to so that it is set to false.
C) Right click on the web page and choose New then String. In the Preference name box add cache.memory.capacity and hit OK. Undercache.memory.capacity, enter in the amount of RAM you would like to use in kilobytes. I use 30mb so you would enter 30000 in the box for that.
Chrome Cache
How to Move Disk Cache LocationA) Right click on the desired chrome shortcut and clickProperties.
B) Next to the Target: you will see the path for the chrome.exe location; after chrome.exe type in --disk-cache-dir="STempFiles\Chrome Cache"
*NOTE: STempFiles\Chrome Cache is an example, you would enter in where you want the chrome cache to be stored on your computer.
How Change Disk Cache SizeA) Right click on the desired chrome shortcut and clickProperties.
B) Next to the Target: you will see the path for the chrome.exe location; after chrome.exe type in --disk-cache-size=1 --media-cache-size=1". This will change the maximum cache to 25mb.
*NOTE: If you want to edit Chrome to change the directory and cache size, it would look like this: --disk-cache-dir="STempFiles\Chrome Cache --disk-cache-size=1 --media-cache-size=1"
Last edited: