From 155b5dbc800f65f84cb2cccfd7451f7f53d7a50c Mon Sep 17 00:00:00 2001 From: Yorick Date: Tue, 2 Feb 2016 17:57:48 +0100 Subject: [PATCH] Fix sheduled task name --- remove-kb.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remove-kb.ps1 b/remove-kb.ps1 index 26ce96d..ebb9bf3 100755 --- a/remove-kb.ps1 +++ b/remove-kb.ps1 @@ -15,7 +15,7 @@ $sheduledTasks=( @{name = "launchtrayprocess"; directory = "\Microsoft\Windows\Setup\GWX"}, @{name = "refreshgwxconfig"; directory = "\Microsoft\Windows\Setup\GWX"}, @{name = "refreshgwxconfigandcontent"; directory = "\Microsoft\Windows\Setup\GWX"}, - @{name = "regreshgwxcontent"; directory = "\Microsoft\Windows\Setup\GWX"} + @{name = "refreshgwxcontent"; directory = "\Microsoft\Windows\Setup\GWX"} ) function remove_tasks () {