Incorrect path for scheduled tasks
This commit is contained in:
parent
6374b71932
commit
69d2d6ce76
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
||||||
{
|
{
|
||||||
"_comment" : "Disable Xbox sheduled tasks",
|
"_comment" : "Disable Xbox sheduled tasks",
|
||||||
"action" : "RemoveScheduledTask",
|
"action" : "RemoveScheduledTask",
|
||||||
"path" : "Microsoft\\XblGameSave\\",
|
"path" : "\\Microsoft\\XblGameSave\\",
|
||||||
"name" : "XblGameSaveTask"
|
"name" : "XblGameSaveTask"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable Xbox sheduled tasks",
|
"_comment" : "Disable Xbox sheduled tasks",
|
||||||
"action" : "RemoveScheduledTask",
|
"action" : "RemoveScheduledTask",
|
||||||
"path" : "Microsoft\\XblGameSave\\",
|
"path" : "\\Microsoft\\XblGameSave\\",
|
||||||
"name" : "XblGameSaveTaskLogon"
|
"name" : "XblGameSaveTaskLogon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue