Best Ways to Turn off Microsoft-Verified Apps in Windows 11
To turn off Microsoft-Verified apps in Windows 11, you can use several methods depending on your preference and whether you have administrative privileges:
Group Policy Editor (for Windows 11 Pro):
- Press
Win
+R
, typegpedit.msc
, and press Enter. - Navigate to: Computer Configuration > Administrative Templates > Windows Components > Windows Defender SmartScreen > Explorer.
- Double-click "Configure App Install Control" and select "Not Configured" or "Disabled". Click "OK" and restart your PC for the changes to take effect.
- Press
Registry Editor:
- Press
Win
+R
, typeregedit
, and press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
. - Create a new
String
value namedAicEnabled
and set its value to "Anywhere". Click "OK" and restart your PC for the changes to take effect.
Alternatively, you can use Command Prompt (as an administrator):
- Press
Win
+R
, typecmd
, and pressCtrl
+Shift
+Enter
to open Command Prompt as an administrator. - Run the following command and press Enter:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v AicEnabled /t REG_SZ /d Anywhere
- Press
Settings App:
- Press
Win
+i
to open Settings. - Select "Apps" in the left sidebar, then click "Advanced app settings" on the right.
- Scroll down to "Choose where to get apps" and select "Anywhere".
- Press
Command Prompt (as an administrator):
- Press
Win
+R
, typecmd
, and pressCtrl
+Shift
+Enter
to open Command Prompt as an administrator. - Run the following command and press Enter:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v AicEnabled /t REG_SZ /d Anywhere
- Press
Remember to restart your PC after making these changes for them to take effect. Please note that disabling Microsoft-Verified apps might expose your system to potential security risks, so proceed with caution.