diff --git a/remove-kb.ps1 b/remove-kb.ps1 index f9c9fd8..502e33e 100755 --- a/remove-kb.ps1 +++ b/remove-kb.ps1 @@ -84,7 +84,7 @@ function hide_update() { } } -Write-Host -Nonewline -ForegroundColor white "Searching gor GWX process ... " +Write-Host -Nonewline -ForegroundColor white "Searching for GWX process ... " if (Get-Process -name GWX -ErrorAction SilentlyContinue}) { Write-Host -ForegroundColor DarkGreen -NoNewLine "Running " Write-Host -Nonewline -ForegroundColor white "removing ... "