remove comment before wusa line
This commit is contained in:
parent
0d22769974
commit
0a5ca4f921
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Foreach($kbID in $kbIDs){
|
||||||
if (Get-HotFix -Id $kbID -ErrorAction SilentlyContinue){
|
if (Get-HotFix -Id $kbID -ErrorAction SilentlyContinue){
|
||||||
Write-Host -NoNewline -ForegroundColor DarkGreen "found! "
|
Write-Host -NoNewline -ForegroundColor DarkGreen "found! "
|
||||||
Write-Host -Nonewline -ForegroundColor white "removing ... "
|
Write-Host -Nonewline -ForegroundColor white "removing ... "
|
||||||
#wusa.exe /uninstall /KB:$kbNum /norestart /quiet
|
wusa.exe /uninstall /KB:$kbNum /norestart /quiet
|
||||||
Do
|
Do
|
||||||
{
|
{
|
||||||
Start-Sleep -Seconds 3
|
Start-Sleep -Seconds 3
|
||||||
|
|
Reference in a new issue