35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
{
|
|
"name" : "Setting Sync (GPO)",
|
|
"description" : "This module desactivate Setting sync between devices like GPO does.",
|
|
"actions" :
|
|
[
|
|
{
|
|
"_comment" : "Disable Setting Sync",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\SettingSync",
|
|
"key" : "DisableSettingSync",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"_comment" : "Disable Possibility for user to reactivate setting sync",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\SettingSync",
|
|
"key" : "DisableSettingSyncUserOverride",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"_comment" : "Disable Setting Sync for third party Apps",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\SettingSync",
|
|
"key" : "DisableApplicationSettingSync",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"_comment" : "Disable Possibility for user to reactivate setting sync for third party Apps",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\SettingSync",
|
|
"key" : "DisableApplicationSettingSyncUserOverride",
|
|
"value" : "1"
|
|
}
|
|
]
|
|
}
|