Error in action name for sheduled tasks
This commit is contained in:
parent
db84086dab
commit
1ba290dfe7
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@
|
|||
},
|
||||
{
|
||||
"_comment" : "Disable Xbox sheduled tasks",
|
||||
"action" : "RemoveSheduledTask",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "Microsoft\\XblGameSave\\",
|
||||
"name" : "XblGameSaveTask"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable Xbox sheduled tasks",
|
||||
"action" : "RemoveSheduledTask",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "Microsoft\\XblGameSave\\",
|
||||
"name" : "XblGameSaveTaskLogon"
|
||||
},
|
||||
|
|
Reference in a new issue