35 lines
1.4 KiB
Text
35 lines
1.4 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 template hive)",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKU:\\Default\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
|
|
"key" : "NoTileApplicationNotification",
|
|
"value" : "1"
|
|
}
|
|
]
|
|
}
|