hashcat Forum
Script for removing the Driver Timeout Patch - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Script for removing the Driver Timeout Patch (/thread-10774.html)



Script for removing the Driver Timeout Patch - Al3xandru - 05-09-2022

Sorry if this sounds silly, but is there a similar script to this one https://hashcat.net/wiki/doku.php?id=timeout_patch for removing the Driver Timeout Patch?

 Or is the registry edit required to remove the Driver Timeout Patch described somewhere in the wiki?

thanks a lot


RE: Script for removing the Driver Timeout Patch - Al3xandru - 05-10-2022

OK, thanks for stating the obvious. Still looking for a solution.


RE: Script for removing the Driver Timeout Patch - Snoopy - 05-10-2022

(05-10-2022, 04:25 PM)Al3xandru Wrote: OK, thanks for stating the obvious. Still looking for a solution.

the default ist 3 so modify the timeoutpatch to

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers]
"TdrLevel"=dword:00000003

run it and reboot your machine

see 
https://docs.microsoft.com/en-us/windows-hardware/drivers/display/tdr-registry-keys


RE: Script for removing the Driver Timeout Patch - Al3xandru - 05-10-2022

Thanks a lot!