Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Windows 11 / Fix ‘This App Has Been Blocked by Your Administrator’ in Windows

September 23, 2026

Fix ‘This App Has Been Blocked by Your Administrator’ in Windows

Windows security policies can be configured to prevent users from launching all or only specific applications. In this case, when a user tries to run an executable, Windows may display a message:

This app has been blocked by your system administrator

This usually indicates that an administrator has enforced application control policies on the computer. It can also occur if malware has compromised the system and reconfigured local policies to block system and diagnostic tools from running, making malware detection and removal more difficult.

In this article, we will look at how to determine which Windows security mechanism is blocking your program from running and how to unblock a program that has been blocked by a system administrator.

This app has been blocked by your system administrator when trying to run a program in Windows 11

There is a similar Windows error, but with different causes: This app has been blocked for your protection.

Windows 10 and 11 include the following built-in mechanisms for restricting application execution:

  • Software Restriction Policies (SRP) – a powerful application-blocking mechanism that is now deprecated and is not recommended for use on modern versions of Windows.
  • AppLocker – a straightforward and effective application control mechanism that is commonly used to create allowlists and/or blocklists for applications on Windows 10 and 11.

To check if any software restriction policy rules are currently being applied to the computer, open the Resultant Set of Policy tool by running rsop.msc or use the gpresult command. Check whether any software restriction rules are enforced under the following Group Policy sections.

  • Computer Configuration -> Windows Settings -> Security Settings -> Software Restriction Policies -> Additional Rules
  • User Configuration -> Windows Settings -> Security Settings -> Software Restriction Policies -> Additional Rules

In this example, an explicit deny rule has been created for the anydesk.exe executable (by default, Windows should not have any active SRP rules). By switching to the Precedence tab, you can determine exactly which GPO applied this rule. In my example, the deny rule was applied via a domain Group Policy, so only a domain administrator can disable it.

Software Restriction Policy rule in Windows that blocks a specific app

If an SRP rule is configured through the computer’s Local Group Policy, the policy name will be listed as Local Group Policy. You can disable this rule yourself by using the Local Group Policy Editor.

SRP rule is configured in Local Group Policy

Run the gpedit.msc and navigate to Computer (or User) Configuration -> Windows Settings -> Security Settings -> Software Restriction Policies -> Additional Rules. Delete the SRP rule associated with the application you want to unblock.

Delete Software Restriction rule

To check if there are any active AppLocker rules on your computer preventing applications from running, run the following PowerShell commands:

$AppLockerPolicy = Get-AppLockerPolicy -Effective
$AppLockerPolicy.RuleCollections.name

List configured AppLocker rules using PowerShell

By default, a clean Windows installation contains no enforced AppLocker rules that block applications from running.

If AppLocker rules are being applied to your computer through domain Group Policy, you will most likely need assistance from a domain administrator to disable these blocking rules. Locally configured AppLocker rules can be removed through the Local Group Policy Editor.

  1. Open the gpedit.msc
  2. Navigate to Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Application Control Policies -> AppLocker
  3. Check all nested nodes for deny rules.
  4. In my example, there is only one rule preventing applications from running under Executable Rules.
  5. Delete this rule. Delete an AppLocker rule in a local GPO
  6. Restart the computer to apply the changes.

It is also possible to remove local SRP and AppLocker policies directly from the Windows registry.

Local SRP rules can be stored under the following registry keys:

  • HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Safer\CodeIdentifiers
  • HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths
  • HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\

By default, these keys should not contain any rules. In our example, there are three AppLocker rules in a registry. Delete the registry keys containing these rules, and then, in the parent CodeIdentifiers key, change the DefaultLevel value to 40000 (HEX).

Manually deleting Software Restriction Policy rules from the registry

AppLocker application control policies are stored in the registry under the key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SrpV2 . Each rule is stored in a separate subkey, which is identified by a GUI. To remove a rule, simply delete the corresponding registry key.

How to clear the Applocker policy rules in the registry

Malware that has compromised a computer often uses AppLocker and SRP rules to prevent antivirus components and diagnostic tools from executing. Manually removing these Windows security policies will allow the blocked software to run. After restoring access, it is recommended to boot the computer from a LiveUSB rescue image provided by an antivirus vendor and perform an offline malware scan

The linked article explains how to prevent Windows users from running powershell.exe or command prompt.
0 comment
0
Facebook Twitter Google + Pinterest
Group PoliciesQuestions and AnswersWindows 10Windows 11
previous post
How to Set Task Priority in Windows Task Scheduler

Related Reading

How to Move (Migrate) Windows Shares to a...

February 26, 2026

SMB over QUIC: Mount File Share over Internet...

December 24, 2025

Monitor Windows Log Files in Real Time with...

March 26, 2026

Security Warnings When Opening RDP Files in Windows...

April 20, 2026

Stop Windows Server from Auto-Shutdown Every Hour

February 11, 2026

Automate Software and Settings Deployment with WinGet Configure...

August 24, 2026

CrowdSec on Windows: From Installation to Threat Blocking

July 6, 2026

Remove the Max Path Length Limit (260-Characters) on...

November 19, 2025

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • How to Set Task Priority in Windows Task Scheduler

    September 22, 2026
  • AutoStart Program at RDP Logon in Windows RDS

    September 8, 2026
  • How to Convert Windows Machine into a Proxmox VM

    August 30, 2026
  • Enable or Disable Fast User Switching in Windows 11

    August 18, 2026
  • How to Hide Wi-Fi Network in Windows with WLAN Filters (Blacklist and Whitelist)

    August 14, 2026
  • Invalid Signature Detected: Check Secure Boot Policy [Fix]

    August 5, 2026
  • Windows Installer Service Could Not Be Accessed? How to Fix It

    July 28, 2026
  • Why Windows Reports No Internet Access: How Connectivity Detection Works

    July 26, 2026
  • Inactive TS Ports in Windows: Causes and Fixes

    July 20, 2026
  • Add Wireless Wi-Fi Profiles on Windows Devices via Export/Import or GPO

    July 13, 2026

Follow us

  • Facebook
  • Twitter
  • Youtube
  • Telegram
Popular Posts
  • How to Remove ‘Some Settings are Managed by Your Organization’ on Windows 11 or 10
  • Configure Windows to Auto Restart/Shutdown with Task Scheduler
  • AppLocker: Configure Application Restriction Policies in Windows
  • How to Set a Custom Drive Icon in Windows
  • How to Prevent Users from Saving Files to Desktop, Downloads and Other Profile Folders
  • Add Wireless Wi-Fi Profiles on Windows Devices via Export/Import or GPO
  • How to Enable or Disable Windows Defender Firewall
Footer Logo

@2014 - 2026 - Windows OS Hub. All about operating systems for sysadmins


Back To Top