Reworked conf file for HKCU + Corrections
This commit is contained in:
parent
fca51612cd
commit
8a30b58fd1
36 changed files with 77 additions and 98 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue