initial commit

This commit is contained in:
2023-09-14 13:02:35 -04:00
parent ebbee7c0d0
commit 103122c1e0
+4
View File
@@ -0,0 +1,4 @@
#[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
[Microsoft.Win32.Registry]::SetValue('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers','TdrDelay',4,[Microsoft.Win32.RegistryValueKind]::DWord)