forgot to update comment to reflect last change
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#[Microsoft.Win32.Registry]::SetValue('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers','TdrLevel',3,[Microsoft.Win32.RegistryValueKind]::DWord)
|
#[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
|
# 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 64 seconds"
|
||||||
[Microsoft.Win32.Registry]::SetValue('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers','TdrDelay',64,[Microsoft.Win32.RegistryValueKind]::DWord)
|
[Microsoft.Win32.Registry]::SetValue('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers','TdrDelay',64,[Microsoft.Win32.RegistryValueKind]::DWord)
|
||||||
Reference in New Issue
Block a user