increase TDR value to 64 seconds

This commit is contained in:
2023-09-14 15:00:03 -04:00
parent c275073c45
commit bb45975284
+1 -1
View File
@@ -2,4 +2,4 @@
# Setting TDR timeout to 4 seconds instead of the default 2 seconds # Setting TDR timeout to 4 seconds instead of the default 2 seconds
Write-Output "Setting TDR timeout value to 4 seconds" Write-Output "Setting TDR timeout value to 4 seconds"
[Microsoft.Win32.Registry]::SetValue('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers','TdrDelay',4,[Microsoft.Win32.RegistryValueKind]::DWord) [Microsoft.Win32.Registry]::SetValue('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers','TdrDelay',64,[Microsoft.Win32.RegistryValueKind]::DWord)