diff --git a/Fix-GPUTimeoutDetectionResponse.ps1 b/Fix-GPUTimeoutDetectionResponse.ps1 index 41e121e..51d9180 100644 --- a/Fix-GPUTimeoutDetectionResponse.ps1 +++ b/Fix-GPUTimeoutDetectionResponse.ps1 @@ -1,4 +1,5 @@ #[Microsoft.Win32.Registry]::SetValue('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers','TdrLevel',3,[Microsoft.Win32.RegistryValueKind]::DWord) # Setting TDR timeout to 4 seconds instead of the default 2 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) \ No newline at end of file