JSON Corrections

This commit is contained in:
Yorick Barbanneau 2018-03-25 21:18:19 +02:00
parent 27614e531d
commit 1dbac1b138
23 changed files with 35 additions and 37 deletions

View file

@ -5,7 +5,7 @@
[ [
{ {
"action" : "FwBlockProgram", "action" : "FwBlockProgram",
"name" : "Cortana" "name" : "Cortana",
"path" : "$env:systemroot\\systemapps\\Microsoft.Windows.Cortana_cw5n1h2txyewy\\SearchUI.exe" "path" : "$env:systemroot\\systemapps\\Microsoft.Windows.Cortana_cw5n1h2txyewy\\SearchUI.exe"
} }
] ]

View file

@ -11,7 +11,7 @@
"value" : "0" "value" : "0"
}, },
{ {
"_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", "_comment" : "The 3 bottom keys seems to be some kind of ACL for App right",
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessAccountInfo_UserInControlOfTheseApps", "key" : "LetAppsAccessAccountInfo_UserInControlOfTheseApps",
@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessAccountInfo_ForceDenyTheseApps", "key" : "LetAppsAccessAccountInfo_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -1,10 +1,10 @@
{ {
"Name" : "Advertising (GPO)", "Name" : "Advertising (GPO)",
"Description" : "This module desactivate Advertising info like GPO did.", "Description" : "This module desactivate Advertising info like GPO does.",
"actions" : "actions" :
[ [
{ {
" action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AdvertisingInfo", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AdvertisingInfo",
"key" : "DisabledByGroupPolicy", "key" : "DisabledByGroupPolicy",
"value" : "1" "value" : "1"

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsRunInBackgound_ForceDenyTheseApps", "key" : "LetAppsRunInBackgound_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessCalendar_ForceDenyTheseApps", "key" : "LetAppsAccessCalendar_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessCallHistory_ForceDenyTheseApps", "key" : "LetAppsAccessCallHistory_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessCamera_ForceDenyTheseApps", "key" : "LetAppsAccessCamera_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -1,35 +1,35 @@
{ {
"Name" : "CloudContent (GPO)", "Name" : "CloudContent (GPO)",
"Description" : "This module Desactivate somes Windows like GPO does.", "Description" : "This module Desactivate somes Windows suggestionlike GPO does.",
"actions" : "actions" :
[ [
{ {
"_comment" : "Disable third party suggestion (for current user)", "_comment" : "Disable third party suggestion (for current user)",
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent",, "path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableThirdPartysuggestions", "key" : "DisableThirdPartysuggestions",
"value" : "1" "value" : "1"
}, },
{ {
"_comment" : "Disable Windows Spotlight (for current user)", "_comment" : "Disable Windows Spotlight (for current user)",
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent",, "path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableWindowsSpotlightFeatures", "key" : "DisableWindowsSpotlightFeatures",
"value" : "1" "value" : "1"
}, },
{
"_comment" : "Disable third party suggestion (for user template hive)", "_comment" : "Disable third party suggestion (for user template hive)",
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",, "path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableThirdPartysuggestions", "key" : "DisableThirdPartysuggestions",
"value" : "1" "value" : "1"
}, },
{ {
"_comment" : "Disable Windows Spotlight (for user template hive)", "_comment" : "Disable Windows Spotlight (for user template hive)",
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",, "path" : "HKU:\\Default\\Software\\Policies\\Microsoft\\Windows\\CloudContent",
"key" : "DisableWindowsSpotlightFeatures", "key" : "DisableWindowsSpotlightFeatures",
"value" : "1" "value" : "1"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessContacts_ForceDenyTheseApps", "key" : "LetAppsAccessContacts_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsGetDiagnosticInfo_ForceDenyTheseApps", "key" : "LetAppsGetDiagnosticInfo_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -16,22 +16,20 @@
"path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications", "path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
"key" : "NoTileApplicationNotification", "key" : "NoTileApplicationNotification",
"value" : "1" "value" : "1"
} },
,
{ {
"_comment" : "Disable cloud notifications for tiles (for user template hive)", "_comment" : "Disable cloud notifications for tiles (for user template hive)",
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKU:\\Default\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications", "path" : "HKU:\\Default\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
"key" : "NoCloudApplicationNotification", "key" : "NoCloudApplicationNotification",
"value" : "1" "value" : "1"
}, },
{ {
"_comment" : "Disable notifications for tiles (for user templte hive)", "_comment" : "Disable notifications for tiles (for user template hive)",
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKU:\\Default\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications", "path" : "HKU:\\Default\\SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
"key" : "NoTileApplicationNotification", "key" : "NoTileApplicationNotification",
"value" : "1" "value" : "1"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessEmail_ForceDenyTheseApps", "key" : "LetAppsAccessEmail_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessLocation_ForceDenyTheseApps", "key" : "LetAppsAccessLocation_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
}, },
{ {
"_comment" : "Disable hardware location sensors", "_comment" : "Disable hardware location sensors",

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessMessaging_ForceDenyTheseApps", "key" : "LetAppsAccessMessaging_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessMicrophone_ForceDenyTheseApps", "key" : "LetAppsAccessMicrophone_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -5,7 +5,7 @@
[ [
{ {
"_comment" : "Disable MS Account", "_comment" : "Disable MS Account",
" action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System", "path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System",
"key" : "NoConnectedUser", "key" : "NoConnectedUser",
"value" : "3" "value" : "3"

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessMotion_ForceDenyTheseApps", "key" : "LetAppsAccessMotion_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessNotifications_ForceDenyTheseApps", "key" : "LetAppsAccessNotifications_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessPhone_ForceDenyTheseApps", "key" : "LetAppsAccessPhone_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessRadios_ForceDenyTheseApps", "key" : "LetAppsAccessRadios_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsSyncWithDevices_ForceDenyTheseApps", "key" : "LetAppsSyncWithDevices_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -24,10 +24,10 @@
"type" : "MultiString" "type" : "MultiString"
}, },
{ {
" action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessTasks_ForceDenyTheseApps", "key" : "LetAppsAccessTasks_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }

View file

@ -27,7 +27,7 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessTrustedDevices_ForceDenyTheseApps", "key" : "LetAppsAccessTrustedDevices_ForceDenyTheseApps",
"value" : "MultiString" "type" : "MultiString"
} }
] ]
} }