From 43e228cb530c8abdc03ff1599af33bf34dcf8d45 Mon Sep 17 00:00:00 2001 From: Yorick Date: Tue, 2 Feb 2016 18:07:51 +0100 Subject: [PATCH] Message correction --- remove-kb.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ... "