From 4253dee3273176ff5490130e3dc014706779dfdd Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 26 Mar 2018 12:51:25 +0200 Subject: [PATCH] Bad reg values for LetAppsAccess... + corrections --- modules.d/FW_Cortana.conf | 12 ------------ modules.d/GPO_Account.conf | 2 +- modules.d/GPO_BackgoundApps.conf | 2 +- modules.d/GPO_Calendars.conf | 4 ++-- modules.d/GPO_CallHistory.conf | 2 +- modules.d/GPO_Camera.conf | 6 +++--- modules.d/GPO_Contacts.conf | 6 +++--- modules.d/GPO_DiagnosticInfo.conf | 6 +++--- modules.d/GPO_Email.conf | 2 +- modules.d/GPO_InputSpeechInk.conf | 4 ++-- modules.d/GPO_Location.conf | 10 +++++----- modules.d/GPO_Messaging.conf | 6 +++--- modules.d/GPO_Microphone.conf | 4 ++-- modules.d/GPO_Motion.conf | 6 +++--- modules.d/GPO_Notifications.conf | 4 ++-- modules.d/GPO_Phone.conf | 4 ++-- modules.d/GPO_Radios.conf | 6 +++--- modules.d/GPO_SettingSync.conf | 4 ++-- modules.d/GPO_SyncDevices.conf | 4 ++-- modules.d/GPO_Tasks.conf | 4 ++-- modules.d/GPO_TrustedDevices.conf | 4 ++-- 21 files changed, 45 insertions(+), 57 deletions(-) delete mode 100644 modules.d/FW_Cortana.conf diff --git a/modules.d/FW_Cortana.conf b/modules.d/FW_Cortana.conf deleted file mode 100644 index 72ba49e..0000000 --- a/modules.d/FW_Cortana.conf +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Name" : "Cortana (Firewall)", - "Description" : "This module Add a firewall rule to desactivate Cortana net traffic", - "actions" : - [ - { - "action" : "FwBlockProgram", - "name" : "Cortana", - "path" : "$env:systemroot\\systemapps\\Microsoft.Windows.Cortana_cw5n1h2txyewy\\SearchUI.exe" - } - ] -} diff --git a/modules.d/GPO_Account.conf b/modules.d/GPO_Account.conf index 2c5e47e..e33a8ed 100644 --- a/modules.d/GPO_Account.conf +++ b/modules.d/GPO_Account.conf @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessAccountInfo", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom keys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_BackgoundApps.conf b/modules.d/GPO_BackgoundApps.conf index f967681..76183c9 100644 --- a/modules.d/GPO_BackgoundApps.conf +++ b/modules.d/GPO_BackgoundApps.conf @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsRunInBackgound", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Calendars.conf b/modules.d/GPO_Calendars.conf index f94ee9e..c4eaa56 100644 --- a/modules.d/GPO_Calendars.conf +++ b/modules.d/GPO_Calendars.conf @@ -1,6 +1,6 @@ { "Name" : "Calendar (GPO)", - "Description" : "This module desactivate Calendar access for third party Apps like GPO did.", + "Description" : "This module desactivate Calendar access for third party Apps like GPO does.", "actions" : [ { @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessCalendar", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_CallHistory.conf b/modules.d/GPO_CallHistory.conf index c4aa2b9..bb41fe1 100644 --- a/modules.d/GPO_CallHistory.conf +++ b/modules.d/GPO_CallHistory.conf @@ -1,6 +1,6 @@ { "Name" : "Call history (GPO)", - "Description" : "This module desactivate Call history access for third party Apps like GPO did.", + "Description" : "This module desactivate Call history access for third party Apps like GPO does.", "actions" : [ { diff --git a/modules.d/GPO_Camera.conf b/modules.d/GPO_Camera.conf index 36bb82f..1b2929a 100644 --- a/modules.d/GPO_Camera.conf +++ b/modules.d/GPO_Camera.conf @@ -1,14 +1,14 @@ { "Name" : "Camera (GPO)", - "Description" : "This module desactivate Camera access for third party Apps like GPO did.", + "Description" : "This module desactivate Camera access for third party Apps like GPO does.", "actions" : [ - { + { "_comment" : "This is the principal reg key controlled by GPO", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessCamera", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Contacts.conf b/modules.d/GPO_Contacts.conf index 911c778..fe15aab 100644 --- a/modules.d/GPO_Contacts.conf +++ b/modules.d/GPO_Contacts.conf @@ -1,14 +1,14 @@ { "Name" : "Contacts (GPO)", - "Description" : "This module desactivate Contacts access for third party Apps like GPO did.", + "Description" : "This module desactivate Contacts access for third party Apps like GPO does.", "actions" : [ - { + { "_comment" : "This is the principal reg key controlled by GPO", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessContacts", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom keys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_DiagnosticInfo.conf b/modules.d/GPO_DiagnosticInfo.conf index e7b29ee..eee7563 100644 --- a/modules.d/GPO_DiagnosticInfo.conf +++ b/modules.d/GPO_DiagnosticInfo.conf @@ -1,14 +1,14 @@ { "Name" : "DiagnisticInfo (GPO)", - "Description" : "This module desactivate diagnistic info access for third party Apps like GPO did.", + "Description" : "This module desactivate diagnistic info access for third party Apps like GPO does.", "actions" : [ - { + { "_comment" : "This is the principal reg key controlled by GPO", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsGetDiagnosticInfo", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Email.conf b/modules.d/GPO_Email.conf index 05eb36a..a17dce0 100644 --- a/modules.d/GPO_Email.conf +++ b/modules.d/GPO_Email.conf @@ -1,6 +1,6 @@ { "Name" : "Email access (GPO)", - "Description" : "This module desactivate email access for third party Apps like GPO did.", + "Description" : "This module desactivate email access for third party Apps like GPO does.", "actions" : [ { diff --git a/modules.d/GPO_InputSpeechInk.conf b/modules.d/GPO_InputSpeechInk.conf index 3548533..a67c7a3 100644 --- a/modules.d/GPO_InputSpeechInk.conf +++ b/modules.d/GPO_InputSpeechInk.conf @@ -1,6 +1,6 @@ { "Name" : "Input Speech Ink (GPO)", - "Description" : "This module desactivate Input personalization, speech and ink recognition like GPO did.", + "Description" : "This module desactivate Input personalization, speech and ink recognition like GPO does.", "actions" : [ { @@ -25,7 +25,7 @@ "key" : "AllowInputPersonnalization", "value" : "0" }, - { + { "_comment" : "Desactivate voice data automatic updates", "action" : "AddRegKey", "path" : "HKLM:\\Software\\Policies\\Microsoft\\Speech", diff --git a/modules.d/GPO_Location.conf b/modules.d/GPO_Location.conf index 834f6fd..36ef2c0 100644 --- a/modules.d/GPO_Location.conf +++ b/modules.d/GPO_Location.conf @@ -1,14 +1,14 @@ { - "Name" : "Location (GPO)", - "Description" : "This module desactivate Location access for third party Apps like GPO did.", + "Name" : "Location ans sensors (GPO)", + "Description" : "This module desactivate Location access for third party Apps like GPO does.", "actions" : [ - { - "_comment" : "This is the principal reg key controlled by GPO", + { + "_comment" : "This is the principal reg key controlled by GPO", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessLocation", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom keys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Messaging.conf b/modules.d/GPO_Messaging.conf index f0edb4e..8666f05 100644 --- a/modules.d/GPO_Messaging.conf +++ b/modules.d/GPO_Messaging.conf @@ -1,14 +1,14 @@ { "Name" : "Messaging (GPO)", - "Description" : "This module desactivate Messaging access for third party Apps like GPO did.", + "Description" : "This module desactivate Messaging access for third party Apps like GPO does.", "actions" : [ - { + { "_comment" : "This is the principal reg key controlled by GPO", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessMessaging", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Microphone.conf b/modules.d/GPO_Microphone.conf index 15bd09d..8fc392a 100644 --- a/modules.d/GPO_Microphone.conf +++ b/modules.d/GPO_Microphone.conf @@ -1,6 +1,6 @@ { "Name" : "Microphone (GPO)", - "Description" : "This module desactivate Microphone access for third party Apps like GPO did.", + "Description" : "This module desactivate Microphone access for third party Apps like GPO does.", "actions" : [ { @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessMicrophone", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Motion.conf b/modules.d/GPO_Motion.conf index a70648a..1b6c171 100644 --- a/modules.d/GPO_Motion.conf +++ b/modules.d/GPO_Motion.conf @@ -1,14 +1,14 @@ { "Name" : "Motion Sensor (GPO)", - "Description" : "This module desactivate Motion sensor access for third party Apps like GPO did.", + "Description" : "This module desactivate Motion sensor access for third party Apps like GPO does.", "actions" : [ - { + { "_comment" : "This is the principal reg key controlled by GPO", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessMotion", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Notifications.conf b/modules.d/GPO_Notifications.conf index 8beb0b9..56b98a7 100644 --- a/modules.d/GPO_Notifications.conf +++ b/modules.d/GPO_Notifications.conf @@ -1,6 +1,6 @@ { "Name" : "Notifications (GPO)", - "Description" : "This module desactivate Notifications access for third party Apps like GPO did.", + "Description" : "This module desactivate Notifications access for third party Apps like GPO does.", "actions" : [ { @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessNotifications", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Phone.conf b/modules.d/GPO_Phone.conf index bc50f45..f244d65 100644 --- a/modules.d/GPO_Phone.conf +++ b/modules.d/GPO_Phone.conf @@ -1,6 +1,6 @@ { "Name" : "Phone (GPO)", - "Description" : "This module desactivate Phone access for third party Apps like GPO did.", + "Description" : "This module desactivate Phone access for third party Apps like GPO does.", "actions" : [ { @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessPhone", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Radios.conf b/modules.d/GPO_Radios.conf index c276836..4b13a76 100644 --- a/modules.d/GPO_Radios.conf +++ b/modules.d/GPO_Radios.conf @@ -1,14 +1,14 @@ { "Name" : "Radios (GPO)", - "Description" : "This module desactivate Radios (Bluetooth, Wifi ...) access for third party Apps like GPO did.", + "Description" : "This module desactivate Radios (Bluetooth, Wifi ...) access for third party Apps like GPO does.", "actions" : [ - { + { "_comment" : "This is the principal reg key controlled by GPO", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessRadios", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_SettingSync.conf b/modules.d/GPO_SettingSync.conf index 8d61ed2..3081a75 100644 --- a/modules.d/GPO_SettingSync.conf +++ b/modules.d/GPO_SettingSync.conf @@ -1,9 +1,9 @@ { "Name" : "Setting Sync (GPO)", - "Description" : "This module desactivate Setting sync between devices like GPO did.", + "Description" : "This module desactivate Setting sync between devices like GPO does.", "actions" : [ - { + { "_comment" : "Disable Setting Sync", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\SettingSync", diff --git a/modules.d/GPO_SyncDevices.conf b/modules.d/GPO_SyncDevices.conf index 466002e..348697a 100644 --- a/modules.d/GPO_SyncDevices.conf +++ b/modules.d/GPO_SyncDevices.conf @@ -1,6 +1,6 @@ { "Name" : "Sync with devices (GPO)", - "Description" : "This module desactivate sync with devices for third party Apps like GPO did.", + "Description" : "This module desactivate sync with devices for third party Apps like GPO does.", "actions" : [ { @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsSyncWithDevices", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom keys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_Tasks.conf b/modules.d/GPO_Tasks.conf index edaabdf..668721e 100644 --- a/modules.d/GPO_Tasks.conf +++ b/modules.d/GPO_Tasks.conf @@ -1,6 +1,6 @@ { "Name" : "Tasks (GPO)", - "Description" : "This module desactivate Tasks access for third party Apps like GPO did.", + "Description" : "This module desactivate Tasks access for third party Apps like GPO does.", "actions" : [ { @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessTasks", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom keys seems to be some kind of ACL for App right", diff --git a/modules.d/GPO_TrustedDevices.conf b/modules.d/GPO_TrustedDevices.conf index 83ed6e3..315dc9f 100644 --- a/modules.d/GPO_TrustedDevices.conf +++ b/modules.d/GPO_TrustedDevices.conf @@ -1,6 +1,6 @@ { "Name" : "TrustedDevices (GPO)", - "Description" : "This module desactivate Trusted Devices access for third party Apps like GPO did.", + "Description" : "This module desactivate Trusted Devices access for third party Apps like GPO does.", "actions" : [ { @@ -8,7 +8,7 @@ "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessTrustedDevices", - "value" : "0" + "value" : "2" }, { "_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right",