Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.08k forks source link

DWORD Values are off #197

Closed Gorstak79 closed 5 years ago

Gorstak79 commented 5 years ago

Correct DWORD values:

0 = lowest latency, hardware level 1 = automatic delayed start 2 = automatic start (boot) 3 = manual start 4 = disabled

Some of your dword values in the script are set to 1 instead of 4

Disassembler0 commented 5 years ago

Which tweak(s) are you referring to?