From 0a5ca4f921a81d7bd5a8e7cd4ca8bb4013ecb6a3 Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 27 Jan 2016 16:22:14 +0100 Subject: [PATCH] remove comment before wusa line --- remove-kb.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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