From 4b8d52751783e542afd347fdf53a6824e6645313 Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 16 Mar 2016 14:42:35 +0100 Subject: [PATCH] Reworked output messages --- remove-kb.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/remove-kb.ps1 b/remove-kb.ps1 index b38607f..e012c6a 100755 --- a/remove-kb.ps1 +++ b/remove-kb.ps1 @@ -119,7 +119,7 @@ $gwx_dirs | ForEach { lock_dir $_ } -Write-Host -ForegroundColor white "`nRemoving and locking GWX folders ... " +Write-Host -ForegroundColor white "`nRemoving Updates... " Foreach($kbID in $kbIDs){ $kbNum = $kbID.Replace("KB","") @@ -143,8 +143,7 @@ Foreach($kbID in $kbIDs){ Write-Host -ForegroundColor Yellow ("Not installed") } } -Write-Host "`nHiding Updates" -Write-Host "--------------`n" +Write-Host -ForegroundColor white "`nHidding Updates... " hide_update $kbIDs remove_tasks $sheduledTasks