13 February 2019
07:28:35
sergey
Posts: 0
|
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
|
17 February 2019
14:08:37
sergey
Posts: 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.
|
24 February 2019
10:23:50
sergey
Posts: 0
|
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).
|
24 February 2019
15:47:29
sergey
Posts: 0
|
Re: Windows 2019 some tricks to improve performance
|
02 March 2019
18:43:21
sergey
Posts: 0
|
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.
|
02 March 2019
21:57:07
sergey
Posts: 0
|
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"
|
04 March 2019
20:21:56
sergey
Posts: 0
|
Re: Windows 2019 some tricks to improve performance
Disable Superfetch in services if you have SSD.
|
08 March 2019
07:16:57
sergey
Posts: 0
|
Re: Windows 2019 on SSD some tricks to improve performance and endurance
|
08 March 2019
07:30:00
sergey
Posts: 0
|
Re: Windows 2019 on SSD some tricks to improve performance and endurance
|
08 March 2019
07:33:31
sergey
Posts: 0
|
Re: Windows 2019 on SSD some tricks to improve performance and endurance
|