diff --git a/Disable Account Info App Access.bat b/Disable Account Info App Access.bat new file mode 100644 index 0000000..2e9466e --- /dev/null +++ b/Disable Account Info App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessAccountInfo" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userAccountInformation" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Automatic Map Updates.bat b/Disable Automatic Map Updates.bat new file mode 100644 index 0000000..7ef42f6 --- /dev/null +++ b/Disable Automatic Map Updates.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Maps" /v "AutoDownloadAndUpdateMapData" /t REG_DWORD /d "0" /f \ No newline at end of file diff --git a/Disable Background Apps.bat b/Disable Background Apps.bat new file mode 100644 index 0000000..0993a59 --- /dev/null +++ b/Disable Background Apps.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsRunInBackground" /t REG_DWORD /d "2" /f \ No newline at end of file diff --git a/Disable Calendar App Access.bat b/Disable Calendar App Access.bat new file mode 100644 index 0000000..2b5c212 --- /dev/null +++ b/Disable Calendar App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessCalendar" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appointments" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Call History App Access.bat b/Disable Call History App Access.bat new file mode 100644 index 0000000..66df59e --- /dev/null +++ b/Disable Call History App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessCallHistory" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\phoneCallHistory" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Camera App Access.bat b/Disable Camera App Access.bat new file mode 100644 index 0000000..9b293ad --- /dev/null +++ b/Disable Camera App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessCamera" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Communication Unpaired Devices App Access.bat b/Disable Communication Unpaired Devices App Access.bat new file mode 100644 index 0000000..ab73214 --- /dev/null +++ b/Disable Communication Unpaired Devices App Access.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsSyncWithDevices" /t REG_DWORD /d "2" /f \ No newline at end of file diff --git a/Disable Consumer Experiences.bat b/Disable Consumer Experiences.bat new file mode 100644 index 0000000..320f698 --- /dev/null +++ b/Disable Consumer Experiences.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d "1" /f \ No newline at end of file diff --git a/Disable Contacts App Access.bat b/Disable Contacts App Access.bat new file mode 100644 index 0000000..b32cfd7 --- /dev/null +++ b/Disable Contacts App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessContacts" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\contacts" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Diagnostics App Access.bat b/Disable Diagnostics App Access.bat new file mode 100644 index 0000000..3c22327 --- /dev/null +++ b/Disable Diagnostics App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsGetDiagnosticInfo" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appDiagnostics" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Documents App Access.bat b/Disable Documents App Access.bat new file mode 100644 index 0000000..478fdfc --- /dev/null +++ b/Disable Documents App Access.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\documentsLibrary" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Email App Access.bat b/Disable Email App Access.bat new file mode 100644 index 0000000..4443a19 --- /dev/null +++ b/Disable Email App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessEmail" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\email" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable File History.bat b/Disable File History.bat new file mode 100644 index 0000000..032d9fc --- /dev/null +++ b/Disable File History.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\FileHistory" /v "Disabled" /t REG_DWORD /d "1" /f \ No newline at end of file diff --git a/Disable File System App Access.bat b/Disable File System App Access.bat new file mode 100644 index 0000000..4f9a53c --- /dev/null +++ b/Disable File System App Access.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\broadFileSystemAccess" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Gaze-Eye Input App Access.bat b/Disable Gaze-Eye Input App Access.bat new file mode 100644 index 0000000..088b7eb --- /dev/null +++ b/Disable Gaze-Eye Input App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessGazeInput" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\gazeInput" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Location App Access.bat b/Disable Location App Access.bat new file mode 100644 index 0000000..03281bb --- /dev/null +++ b/Disable Location App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessLocation" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Messaging App Access.bat b/Disable Messaging App Access.bat new file mode 100644 index 0000000..19ea61d --- /dev/null +++ b/Disable Messaging App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessMessaging" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\chat" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Microphone App Access.bat b/Disable Microphone App Access.bat new file mode 100644 index 0000000..cf5bf9f --- /dev/null +++ b/Disable Microphone App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessMicrophone" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\microphone" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Notifications App Access.bat b/Disable Notifications App Access.bat new file mode 100644 index 0000000..dad5107 --- /dev/null +++ b/Disable Notifications App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessNotifications" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userNotificationListener" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Pictures App Access.bat b/Disable Pictures App Access.bat new file mode 100644 index 0000000..902831e --- /dev/null +++ b/Disable Pictures App Access.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\picturesLibrary" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Radio App Access.bat b/Disable Radio App Access.bat new file mode 100644 index 0000000..be7954a --- /dev/null +++ b/Disable Radio App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessRadios" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\radios" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Tasks App Access.bat b/Disable Tasks App Access.bat new file mode 100644 index 0000000..2ba70b0 --- /dev/null +++ b/Disable Tasks App Access.bat @@ -0,0 +1,2 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessTasks" /t REG_DWORD /d "2" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userDataTasks" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file diff --git a/Disable Videos App Access.bat b/Disable Videos App Access.bat new file mode 100644 index 0000000..5a29af6 --- /dev/null +++ b/Disable Videos App Access.bat @@ -0,0 +1 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\videosLibrary" /v "Value" /t "REG_SZ" /d "Deny" /f \ No newline at end of file