Skip to content

Instantly share code, notes, and snippets.

@LiamKarlMitchell
Created June 9, 2018 01:18
Show Gist options
  • Save LiamKarlMitchell/cd7e57631408c2a52709980f14b4ed0e to your computer and use it in GitHub Desktop.
Save LiamKarlMitchell/cd7e57631408c2a52709980f14b4ed0e to your computer and use it in GitHub Desktop.
Windows registry tweaks.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Disk]
"TimeOutValue"=dword:00000019
"IoTimeoutValue"=dword:00000014
@LiamKarlMitchell
Copy link
Author

Sets IoTimeoutValue to 20 sec and TimeoutValue to 25 sec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment