Fix sheduled task name

This commit is contained in:
Yorick Barbanneau 2016-02-02 17:57:48 +01:00
parent cb026949ea
commit 155b5dbc80

View file

@ -15,7 +15,7 @@ $sheduledTasks=(
@{name = "launchtrayprocess"; directory = "\Microsoft\Windows\Setup\GWX"}, @{name = "launchtrayprocess"; directory = "\Microsoft\Windows\Setup\GWX"},
@{name = "refreshgwxconfig"; directory = "\Microsoft\Windows\Setup\GWX"}, @{name = "refreshgwxconfig"; directory = "\Microsoft\Windows\Setup\GWX"},
@{name = "refreshgwxconfigandcontent"; 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 () { function remove_tasks () {