Fix sheduled task name
This commit is contained in:
parent
cb026949ea
commit
155b5dbc80
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Reference in a new issue