22 lines
699 B
Text
22 lines
699 B
Text
{
|
|
"name" : "Windows Tips (GPO)",
|
|
"description" : "This module desactivate Windows tips like GPO does.",
|
|
"actions" :
|
|
[
|
|
{
|
|
"_comment" : "Do not display Windows Tips",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent",
|
|
"key" : "DisableSoftLanding",
|
|
"value" : "1"
|
|
}
|
|
,
|
|
{
|
|
"_comment" : "Disable Windows Consumers Features",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent",
|
|
"key" : "DisableWindowsConsumerFeatures",
|
|
"value" : "1"
|
|
}
|
|
]
|
|
}
|