Reworked conf file for HKCU + Corrections

This commit is contained in:
Yorick Barbanneau 2018-03-28 21:54:10 +02:00
parent fca51612cd
commit 8a30b58fd1
36 changed files with 77 additions and 98 deletions

View file

@ -1,6 +1,6 @@
{
"Name" : "CloudContent (GPO)",
"Description" : "This module Desactivate somes Windows suggestionlike GPO does.",
"name" : "CloudContent (GPO)",
"description" : "This module Desactivate somes Windows suggestionlike GPO does.",
"actions" :
[
{
@ -16,20 +16,6 @@
"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",
"key" : "DisableThirdPartysuggestions",
"value" : "1"
},
{
"_comment" : "Disable Windows Spotlight (for user template hive)",
"action" : "AddRegKey",
"path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableWindowsSpotlightFeatures",
"value" : "1"
}
]
}