Syntax error in RemoveModernApp()

This commit is contained in:
Yorick Barbanneau 2018-04-10 17:16:19 +02:00
parent 1739c2f800
commit 5536ab63b3
2 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@
"_comment" : "Uninstall Windows Maps",
"action" : "UninstallModernApp",
"name" : "Microsoft.WindowsMaps",
"removeProvisonned" : "True"
"removeProvisioned" : true
},
{
"_comment" : "Disable xbox services for uninstall Apps",
@ -35,19 +35,19 @@
"_comment" : "Uninstall Xbox Apps",
"action" : "UninstallModernApp",
"file" : "XboxApps.txt",
"removeProvisonned" : "True"
"removeProvisioned" : true
},
{
"_comment" : "Uninstall Microsoft Apps",
"action" : "UninstallModernApp",
"file" : "MicrosoftApps.txt",
"removeProvisionned" : "True"
"removeProvisioned" : true
},
{
"_comment" : "Uninstall third party apps",
"action" : "UninstallModernApp",
"file" : "OthersApps.txt",
"removeProvisionned" : "True"
"removeProvisioned" : true
}
]
}