Search the Community
Showing results for tags 'ssd installation'.
-
First, The Results WEI score, left side is SSD :) Crystal Disk Mark ATTO Disk Benchmark Boot time (sorry forgot to screenshot the before, it was 82 seconds) : And now, i'll list the operations i've done to optimize my new SSD's performance. I won't go into the reasoning for those steps, they've been discussed time and time again, this post is just to organize the steps to execute them. So here we go: 1. Reinstall windows from scratch. 2. Installing all the drivers, chipset first and then the rest with restarts in between. 3. move c:users directory from my SSD to the data drive using symbolic link 1. Booted with windows 7 Media, chose repair windows 2. choose command prompt 3. copy users to hdd (when booting like that my C drive became E and D remained) robocopy "E:Users" "D:Users" /mir /xj /e 4. rmdir e:users /Q /S (you might want to just rename it in case there are porblems) 5. mklink /J e:users d:users (when booting like that my C drive became E and D remained) restart and you should see your users directory on the data drive Then run services.msc to disable the following services: 1. Disk Defragmenter 2. Superfetch 3. Windows Search Alternatively you can start an elevated command prompt and run the following three commands sc config defragsvc start= disabled sc config SysMain start= disabled sc config WSearch start= disabled OUTPUT FOR EACH SHOULD BE : [SC] ChangeServiceConfig SUCCESS Next, Open my computer, right click on the SSD drive choose properties and remove the checkbox from "Allow files from this drive to have contents indexed..." press Ok, and then choose the recursive option, OK and wait for it to finish. Next i enabled write caching on the SSD drive, for that, we need to go to device manager. (Right click on my computer, Manage and choose device manager). There we need to expand the "Disk Drives" section and select the Intel SSD... device, and right click properties on it, in a window that opens choose policies tab and check the second checkbox that says "Turn on windows write cache buffer..." Disable superfetch and prefetch: run regedit go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetContro lSession ManagerMemory ManagementPrefetchParameters Set 0 on EnablePrefetcher EnableSuperfetch Disable Hibernate : start an elevated command prompt (start, in the search box write cmd, right click the result and select run as administrator) C:Windowssystem32>powercfg -h offFinally disable system restore: Right click on Computer, Properties, Advanced System Settings, select system protection tab, choose the SSD drive (usually C),press Configure and select Turn Off System Protection. Thanks TheSSDReview) Since i have 8 gigs of memory i've also disabled the pagefile. This step is not usually recommended for people with 4 gigs but Les here says he runs fine - test at your own risk :) Comments welcome :) EDIT: Some more tips : LargeSystemCache HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management, I change LargeSystemCache from 0 to 1 Memory Usage of the NTFS file system - Looks like it's oboslete, decide yourself HKEY_LOCAL_MACHINE System CurrentControlSet Control FileSystem NtfsMemoryUsage = 2 (Normal = 1, Increased = 2; Default = 1) Disable the 8.3 Name Creation on NTFS Partitions HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem NtfsDisable8dot3NameCreation On the Edit menu, click DWORD. By default, the value for this entry is set to 0. Type a value of 1 in the Data field. Disable the NTFS Last Access Time Stamp HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem NtfsDisableLastAccessUpdate = 1 (0 = disable, 1 = enable) (Thanks StamatisX)
- 25 replies
-
- 3
-
- ssd
- ssd installation
-
(and 3 more)
Tagged with: