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",
"name" : "Cortana"
"name" : "Cortana",
"path" : "$env:systemroot\\systemapps\\Microsoft.Windows.Cortana_cw5n1h2txyewy\\SearchUI.exe"
}
]

View file

@ -11,23 +11,23 @@
"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",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessAccountInfo_UserInControlOfTheseApps",
"type" : "MultiString"
},
{
"action" : "AddRegKey",
"action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessAccountInfo_ForceAllowTheseApps",
"type" : "MultiString"
},
{
"action" : "AddRegKey",
"action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessAccountInfo_ForceDenyTheseApps",
"value" : "MultiString"
"type" : "MultiString"
}
]
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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"
}
]
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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