major change to override Write-Error func

This commit is contained in:
2023-10-05 13:17:18 -04:00
parent bbb4884818
commit 5f4b4565de
42 changed files with 114 additions and 114 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ If ( $HardwareGPUSchedulingEnabled -eq $false ) {
New-ItemProperty -Path $key -Name $name -PropertyType DWord -Value 2 -Force -ErrorAction Stop
Write-Output "A restart is required before this change will take effect"
}
Catch { LogErr $_.Exception.Message }
Catch { Write-Error $_.Exception.Message }
} Else {
Write-Output " - No GPU was found"
Write-Output "Hardware assisted GPU scheduling will not be enabled"