JSON Corrections

This commit is contained in:
Yorick Barbanneau 2018-03-25 21:18:19 +02:00
parent 27614e531d
commit 1dbac1b138
23 changed files with 35 additions and 37 deletions

View file

@ -1,35 +1,35 @@
{
"Name" : "CloudContent (GPO)",
"Description" : "This module Desactivate somes Windows like GPO does.",
"Description" : "This module Desactivate somes Windows suggestionlike GPO does.",
"actions" :
[
{
"_comment" : "Disable third party suggestion (for current user)",
"action" : "AddRegKey",
"path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent",,
"path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableThirdPartysuggestions",
"value" : "1"
},
{
"_comment" : "Disable Windows Spotlight (for current user)",
"action" : "AddRegKey",
"path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent",,
"path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableWindowsSpotlightFeatures",
"value" : "1"
},
{
"_comment" : "Disable third party suggestion (for user template hive)",
"action" : "AddRegKey",
"path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",,
"path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableThirdPartysuggestions",
"value" : "1"
},
{
"_comment" : "Disable Windows Spotlight (for user template hive)",
"action" : "AddRegKey",
"path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",,
"path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableWindowsSpotlightFeatures",
"value" : "1"
}
]
}