JSON Corrections
This commit is contained in:
parent
27614e531d
commit
1dbac1b138
23 changed files with 35 additions and 37 deletions
|
@ -16,22 +16,20 @@
|
|||
"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",
|
||||
"path" : "HKU:\\Default\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
|
||||
"key" : "NoCloudApplicationNotification",
|
||||
"value" : "1"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable notifications for tiles (for user templte hive)",
|
||||
"_comment" : "Disable notifications for tiles (for user template hive)",
|
||||
"action" : "AddRegKey",
|
||||
"path" : "HKU:\\Default\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
|
||||
"key" : "NoTileApplicationNotification",
|
||||
"value" : "1"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue