diff --git a/remove-kb.ps1 b/remove-kb.ps1 index 2701cfb..99b74b0 100755 --- a/remove-kb.ps1 +++ b/remove-kb.ps1 @@ -89,7 +89,7 @@ Foreach($kbID in $kbIDs){ if (Get-HotFix -Id $kbID -ErrorAction SilentlyContinue){ Write-Host -NoNewline -ForegroundColor DarkGreen "found! " Write-Host -Nonewline -ForegroundColor white "removing ... " - #wusa.exe /uninstall /KB:$kbNum /norestart /quiet + wusa.exe /uninstall /KB:$kbNum /norestart /quiet Do { Start-Sleep -Seconds 3