| « Tech to watch for in the coming year | Speeding up web browsing by faster DNS lookups » |
Many people know that SSDs are much faster than the traditional electro mechanical disk drives, use less power, produce less heat and last much longer. The only drawback is that they cost a little more - not so much now though; so they are a sensible upgrade for both laptops and towers if most cases. To get the best performance out of SSDs Windows should be installed from scratch. If cloning or migrating from an old disk there are a few things that can be modified to improve performance or longevity.
REGEDIT and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParametersTRIM command to have the disk handle delete operations in the background. First check whether this is already set by getting to the CMD prompt and typing fsutil behavior query DisableDeleteNotify if you are informed that it is set to 0 move on to the next thing otherwise enter the following command to enable TRIM fsutil behavior set DisableDeleteNotify 0 Trackback URL (right click and copy shortcut/link location)