37 lines
1.5 KiB
Text
37 lines
1.5 KiB
Text
{
|
|
"Name" : "Tiles content (GPO)",
|
|
"Description" : "This module desactivate Internet data loading for tiles like GPO does.",
|
|
"actions" :
|
|
[
|
|
{
|
|
"_comment" : "Disable cloud notifications for tiles (for current user)",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
|
|
"key" : "NoCloudApplicationNotification",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"_comment" : "Disable notifications for tiles (for current user)",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
|
|
"key" : "NoTileApplicationNotification",
|
|
"value" : "1"
|
|
}
|
|
,
|
|
{
|
|
"_comment" : "Disable cloud notifications for tiles (for user template hive)",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKU:\\Default\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
|
|
"key" : "NoCloudApplicationNotification",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"_comment" : "Disable notifications for tiles (for user templte hive)",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKU:\\Default\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
|
|
"key" : "NoTileApplicationNotification",
|
|
"value" : "1"
|
|
}
|
|
|
|
]
|
|
}
|