Thread: Общие вопросы (General Questions)/Windows 2019 on SSD some tricks to improve performance and endurance

Windows 2019 on SSD some tricks to improve performance and endurance

How to Fix Windows 10 Microsoft Compatibility Telemetry High Disk Usage


For me worked the next solution:


Go to HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows > DataCollection

Add a new key: "Allow Telemetry" with DWORD (32-bit) Value = 0





Re: Windows 2019 some tricks to improve performance

Enable choice for the updates:


By enabling the Group Policy setting under Computer Configuration\Administrative Templates\Windows Components\Windows update\Configure Automatic Updates


  

 Set "Enable" and in the left part of the screen choose desirable type of update.





Re: Windows 2019 some tricks to improve performance

How to install .net Framework 3.5


DISM /Online /NoRestart /Enable-Feature /all /FeatureName:NetFx3 /Source:D:\sources\sxs


Where: "D:\sources\sxs" place where you keep your Windows 2019 server files


Also you should run this command in PowerShell window with elevated rights (I run it as Administrator).





Re: Windows 2019 some tricks to improve performance
How to Optimize SSD for Faster Performance (Windows Tweaks)



Re: Windows 2019 some tricks to improve performance

Switch from IDE to AHCI after installing Windows 7 or Windows 8


Open the Registry editor.
Navigate to the following key


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\storahci


Change the Start DWORD value from 3 to 0.
Reboot your PC and set the SATA mode to AHCI.


This should work for Windows 2019.





Re: Windows 2019 some tricks to improve performance

Moving Chrome cache folder?


Register:


Computer\HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command


"C:\Users\sergey\AppData\Local\Google\Chrome\Application\chrome (1).exe" --user-data-dir="S:\GoogleChrome\Cache" --disk-cache-size=104857600 -- "%1"


Startup icon:


C:\Users\sergey\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="S:\GoogleChrome\Cache" --disk-cache-size=104857600


Optional:

You can copy all previous user data into new folder from:

"C:\Users\sergey\AppData\Local\Google\Chrome\User Data"





Re: Windows 2019 some tricks to improve performance
Disable Superfetch in services if you have SSD.



Re: Windows 2019 on SSD some tricks to improve performance and endurance
How to Maximize the Life of Your SSD



Re: Windows 2019 on SSD some tricks to improve performance and endurance

How to Migrate to a Solid-State Drive Without Reinstalling Windows






Re: Windows 2019 on SSD some tricks to improve performance and endurance

Error message when you restart Windows Server 2008 R2 after you perform a full OS recovery: “Windows failed to start. Status: 0xc000000e”