increase retries

This commit is contained in:
James Stringer 2021-10-12 09:58:39 -07:00
parent 6c202a7312
commit 7101232711

View File

@ -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 {