mirror of
https://github.com/jamesstringerparsec/Easy-GPU-PV.git
synced 2025-01-09 03:57:37 +08:00
increase retries
This commit is contained in:
parent
6c202a7312
commit
7101232711
@ -16,7 +16,7 @@ if (Test-Path HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninst
|
||||
$Success = $true
|
||||
}
|
||||
catch {
|
||||
if ($Retries -gt 4){
|
||||
if ($Retries -gt 9){
|
||||
$Success = $true
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user