目录
Table of Contents
Launch the App with Administrator Privileges
Unblock the App via Properties
Launch the App via Command Prompt
Deactivate Microsoft Defender Real-Time Protection
Turn Off Reputation-Based Protection for Apps
Update the App
Resolve Microsoft Store App Problems
Disable Admin Approvals in the Local Group Policy Editor
Disable Admin Block in the Registry Editor
Attempt Running the App Using the Hidden Admin Account
Frequently Asked Questions
How can I set a program to always run with administrator privileges on Windows?
Can I run an app with administrator privileges if I'm not an admin?
Could another app be causing this issue?
首页 系统教程 Windows系列 修复'此应用程序已被系统管理员阻止的10种方法” Windows上的错误 - 使技术更容易

修复'此应用程序已被系统管理员阻止的10种方法” Windows上的错误 - 使技术更容易

Jun 04, 2025 am 12:58 AM

Launching an app on Windows should be straightforward. However, you may encounter an error message stating, "This app has been blocked by your system administrator." If you're certain that neither you nor the administrator have blocked the app, this guide will help you resolve this frustrating issue.

Important note: A similar error you might see is "This setting is managed by your administrator." If you encounter this, find out how to address it on your system.

Table of Contents

    1. Launch the App with Administrator Privileges
    1. Unblock the App via Properties
    1. Launch the App via Command Prompt
    1. Deactivate Microsoft Defender Real-Time Protection
    1. Turn Off Reputation-Based Protection for Apps
    1. Update the App
    1. Resolve Microsoft Store App Problems
    1. Disable Admin Approvals in the Local Group Policy Editor
    1. Disable Admin Block in the Registry Editor
    1. Attempt Running the App Using the Hidden Admin Account
  • Frequently Asked Questions
  1. Launch the App with Administrator Privileges

A straightforward solution to bypass this error is to run the app with elevated permissions.

  1. Right-click the app's desktop shortcut or executable, then choose "Run as administrator."

10 Ways to Fix the

  1. Confirm by clicking "Yes" on the User Account Control (UAC) prompt to allow the program to modify the PC. Hopefully, it will start without any issues.

  2. Unblock the App via Properties

If the app you're attempting to run originates from an unknown publisher online, Windows might block it to ensure your computer's safety. You can unblock it using the "Properties" dialog.

  1. Right-click the app and select "Properties" from the context menu.

10 Ways to Fix the

  1. Navigate to the "General" tab, check the "Unblock" box, and click "OK" to apply and save the changes.

10 Ways to Fix the

Tip: If the Task Manager has been blocked by an admin, find out how to resolve it.

  1. Launch the App via Command Prompt

Another approach is to try launching the app through Command Prompt.

  1. Enter "cmd" in the Windows Search box, then select "Run as administrator" on the right.

10 Ways to Fix the

  1. Press Win + E to open File Explorer and navigate to the directory containing the app's executable (.EXE file).
  2. In this example, we're launching PowerToys from Command Prompt. The .EXE file is located in "Program Files -> PowerToys."

10 Ways to Fix the

  1. Right-click on the folder path and choose "Copy as path."

10 Ways to Fix the

  1. In Command Prompt, enter the following command. Replace [path] with the path you copied, then press Enter.
<code>cd file [path]</code>

10 Ways to Fix the

  1. Proceed with this command and press Enter. Substitute [file name] with the .EXE file's name. In our case, it's "PowerToys.exe."
<code>Start [file name]</code>

10 Ways to Fix the

  1. Deactivate Microsoft Defender Real-Time Protection

If Microsoft Defender is your primary antivirus, it might flag the app as potentially harmful and block it. If you trust the app, try disabling Microsoft Defender's real-time protection and attempt to launch the app again. Consider installing a third-party antivirus instead, as leaving your Windows PC unprotected is not advisable.

Tip: Explore our selection of the best free antivirus programs for Windows.

  1. Turn Off Reputation-Based Protection for Apps

SmartScreen, a Windows Security feature, safeguards your computer from malicious apps and websites by verifying reputable apps to prevent running potentially unwanted apps (PUAs).

If SmartScreen's reputation-based protection malfunctions, it might mistakenly label a trusted app as unwanted, triggering the error and preventing its launch.

  1. Search for "reputation" in the Search bar, then click on the top result.

10 Ways to Fix the

  1. Toggle off "Check apps and files."

10 Ways to Fix the

  1. Scroll down and toggle off "Potentially unwanted app blocking."

10 Ways to Fix the

  1. Try running the app to see if it works now.

  2. Update the App

You might want to update the app in case a bug is causing the error. Some Windows apps will notify you of available updates upon launch. For others, you'll need to visit their download page to check for new versions and install them.

If you downloaded the app from the Microsoft Store, you can update it there.

  1. Type "store" and click on "Microsoft Store" in the search results.

10 Ways to Fix the

  1. Select "Library" at the bottom of the left menu, then click "Get updates" in the top right.

10 Ways to Fix the

  1. The Microsoft Store will scan for apps needing updates and update the one you're trying to run if necessary.

FYI: Learn how to stop Windows apps from accessing the Internet if required.

  1. Resolve Microsoft Store App Problems

You can also use the Microsoft Store to repair or reset the app.

  1. Press Win + I to open the Settings app.
  2. Go to "Apps -> Installed apps," click the three vertical dots next to the app, and choose "Advanced options" from the menu.

10 Ways to Fix the

  1. Click "Repair," then see if the app runs without the error message.

10 Ways to Fix the

  1. If there's no improvement, click the "Reset" button. Note that this will revert the app to its initial state upon installation, and you might lose some data.

10 Ways to Fix the

  1. Confirm by clicking "Reset" in the pop-up.

  2. Launch the app to check if the error message persists.

  3. Disable Admin Approvals in the Local Group Policy Editor

By eliminating the need for admin approvals, you might bypass the error and launch the app.

  1. Press Win + R to open a Run dialog, enter gpedit.msc, then click "OK."

10 Ways to Fix the

  1. Navigate to "Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options" in the Local Group Policy Editor.

10 Ways to Fix the

  1. Double-click the "User Account Control: Run all administrators in Admin Approval Mode" policy on the right.
  2. Select the "Disabled" radio button, then click "OK."

10 Ways to Fix the

Tip: Check out this list of registry tweaks to enhance your Windows experience.

  1. Disable Admin Block in the Registry Editor

If disabling admin approvals didn't work, try editing the registry.

  1. Open a Run window again, enter regedit, then click "OK."

10 Ways to Fix the

  1. Click "Yes" on the UAC warning to allow the Registry Editor to modify Windows.

  2. Navigate to "HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> Policies -> System" in the Registry Editor. Double-click the "EnableLUA" value to edit it.

10 Ways to Fix the

  1. Enter "0" in the value data box, then click "OK."

10 Ways to Fix the

  1. Restart your computer to see if the app launches successfully.

  2. To re-enable the admin block, return to the "EnableLUA" value in the Registry Editor and set the value data to "1."

  3. Attempt Running the App Using the Hidden Admin Account

Many Windows users are unaware of the hidden admin account on their PC, which has extensive permissions. To access it, enable the Super Administrator account on Windows via cmd, then try running the app. Remember to disable the account afterward.

Tip: If you need to change the administrator in Windows, check out our guide that outlines several methods to do so.

Frequently Asked Questions

How can I set a program to always run with administrator privileges on Windows?

To set a program to always run with administrator privileges, right-click its executable (.EXE file) and select "Properties." Go to the "Compatibility" tab and check "Run this program as an administrator" under "Settings."

Can I run an app with administrator privileges if I'm not an admin?

Yes, but you'll need the admin's password. Right-click the app and select "Run as administrator." Enter the admin's password at the UAC prompt to launch the app with administrator privileges.

Could another app be causing this issue?

It's unlikely that another app is interfering with the one you're trying to run. However, to be sure, close all other apps and attempt to launch the blocked app to see if it runs.

Image credit: 123rf. All screenshots by Chifundo Kasiya.

以上是修复'此应用程序已被系统管理员阻止的10种方法” Windows上的错误 - 使技术更容易的详细内容。更多信息请关注PHP中文网其他相关文章!

本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热工具

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)

热门话题

Laravel 教程
1602
29
PHP教程
1505
276
如何修复Windows中未检测到的第二个监视器? 如何修复Windows中未检测到的第二个监视器? Jul 12, 2025 am 02:27 AM

Windows检测不到第二个显示器时,首先要检查物理连接是否正常,包括电源、线缆插接和接口兼容性,并尝试更换线材或转接头;其次通过设备管理器更新或重装显卡驱动,必要时可回滚驱动版本;接着在显示设置中手动点击“检测”以识别显示器,确认是否被系统正确识别;最后检查显示器输入源是否切换至对应接口,并确认线缆接入的显卡输出口是否正确。按照上述步骤依次排查,通常可以解决大部分双屏识别问题。

如何清除Windows中的打印队列? 如何清除Windows中的打印队列? Jul 11, 2025 am 02:19 AM

遇到打印任务卡住问题,清空打印队列并重启PrintSpooler服务是有效解决方法。首先打开“设备和打印机”界面找到对应打印机,通过右键点击任务选择“取消”来清除单个任务,或点击“取消所有文档”一次性清空队列;若队列无法访问,则按下Win R输入services.msc打开服务列表,找到“PrintSpooler”停止后再启动该服务,必要时可手动删除C:\Windows\System32\spool\PRINTERS路径下的残留文件以彻底解决问题。

如何在Windows 11上安装Android应用? 如何在Windows 11上安装Android应用? Jul 13, 2025 am 02:45 AM

Windows11安装Android应用主要有三种方式:一是启用WindowsSubsystemforAndroid(WSA),通过MicrosoftStore安装“AmazonAppstore”下载预兼容应用;二是使用BlueStacks、NoxPlayer等第三方安卓模拟器,支持GooglePlay商店或直接拖入APK文件安装;三是通过WSA配套工具或命令行使用APKInstaller或adb命令安装APK,适合进阶用户。不同方法适用于不同场景,官方推荐WSA AmazonAppstore路

如何解决' DPC看门狗违规”错误? 如何解决' DPC看门狗违规”错误? Jul 20, 2025 am 12:05 AM

遇到“DPCWATCHDOGVIOLATION”蓝屏错误时,1.首先更新或回滚驱动程序,尤其是显卡、网卡和主板驱动,可使用设备管理器或厂商工具;2.禁用或卸载第三方杀毒软件,改用WindowsDefender;3.检查存储设备和驱动,更新SSD固件或更换AHCI驱动;4.禁用CoreIsolation功能以排除系统设置冲突,多数情况下按顺序尝试这些方法可解决问题。

2025年最佳123个替代品(免费和法律流媒体选项) 2025年最佳123个替代品(免费和法律流媒体选项) Jul 28, 2025 pm 12:02 PM

阅读我们的披露页面,以了解如何帮助Mspoweruser维持编辑团队阅读More123Movies曾经是免费的在线电影流媒体的首选目的地,但它带有严重的弊端 - 来自激进的弹出式广告和有力

如何作为管理员运行命令提示? 如何作为管理员运行命令提示? Jul 23, 2025 am 03:20 AM

要以管理员身份运行CMD,可通过开始菜单、Win X菜单或创建快捷方式三种方法实现。首先,在开始菜单搜索“cmd”后右键选择“以管理员身份运行”;其次,按下Win X键,选择“命令提示符(管理员)”;最后,新建指向cmd.exe的快捷方式,并在属性中设置“以管理员身份运行”。若遇到权限不足,需检查账户是否为管理员组、组策略限制或联系IT部门。这三种方法分别适用于不同操作习惯和场景,确保系统安全的同时满足管理需求。

Google Chrome 76集成泄露密码检测功能 Google Chrome 76集成泄露密码检测功能 Jul 17, 2025 am 09:45 AM

谷歌推出了一款名为“PasswordCheckup”的浏览器扩展工具,旨在帮助用户判断自己的密码是否处于安全状态。未来,这一密码泄露检测功能将作为谷歌Chrome浏览器的一项默认功能,而不仅仅局限于可选的扩展程序。尽管谷歌提供的PasswordCheckup扩展可以自动检测用户登录不同网站时所使用的密码安全性,但感兴趣的用户仍可通过下载ChromeCanary版本提前体验。不过需要注意的是,该功能默认处于关闭状态,用户需手动开启。一旦功能开启,在非Google网站登录时,用户就能获知自己输入的登

See all articles