Is it possible to disable all app permissions?


MK77P

Well-known member
Member
Local time
8:00 PM
Posts
155
OS
Windows 11
All app permissions by default are ON so wanted to ask is there a way to disable them all at once instead of having to go through them one by one?
App-Permissions.png
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel Core i5-14600KF
    Motherboard
    MSI PRO Z690-A WIFI DDR4
    Memory
    CORSAIR VENGEANCE RGB PRO SL 32GB (2x16GB) DDR4 3200MHz CL16
    Graphics Card(s)
    GIGABYTE 4080 Gaming OC
    Screen Resolution
    1920 x 1080
    Hard Drives
    Kingston NV3 1TB, Kingston KC600 1TB, SAMSUNG 860 EVO 500GB
    PSU
    Lian Li Edge EG0850G 850W Gold
    Cooling
    ARCTIC Liquid Freezer III 360
    Keyboard
    Logitech G513 Carbon LIGHTSYNC RGB Mechanical
    Mouse
    Steelseries Prime
    Browser
    Firefox
You would need to run a script as Administrator, which recursively updates all the registry keys under "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore".

This PowerShell script changes the App permissions below each listed category, to either Allow or Deny.

Code:
powershell -ep bypass -f .\Set-ConsentStore.ps1 -Allow
powershell -ep bypass -f .\Set-ConsentStore.ps1 -Deny
 

Attachments

Last edited:

My Computer

System One

  • OS
    Windows 7
Back
Top Bottom