Win10/Win11 Solution! "Windows protected your PC"

This time, we will introduce a solution for when you try to run a downloaded application on Windows 10 or Windows 11 and the message "Windows protected your PC" appears and the application cannot be run.

This is because the reputation-based protection feature of Microsoft Defender (Windows Defender), a Windows security feature that comes installed by default in Windows, is enabled.

Reputation-based protection helps protect your device from potentially malicious or unwanted apps, files, and websites.

If the reputation-based protection feature "Check apps and files" is enabled, when you run any of the files listed above, a screen will appear saying "Windows protected your PC" and the file will be prevented from running.

Windows protected your PC
Windows protected your PC

Even non-malicious applications may be blocked, so use your own judgment and only disable "Check apps and files" in the reputation-based protection section if you are sure there is no problem.

table of contents

How to bypass Reputation-Based Protection's "Check apps and files"

1. Run from the "Windows Protected" screen

1. Click "More info" on the "Windows protected you" screen.

Windows protected your PC
Windows protected your PC

2. Click the "Run" button below to run the file.

Windows protected your PC
Windows protected your PC

If you do this, the "Windows Protected" message will no longer appear.

2. Allow file blocking in file properties

1. Right-click the downloaded file and click "Properties."

Right-click menu for a file
Right-click menu for a file

2. The properties window will open. Check "Allow" next to "This file comes from another computer. Access to this file might be blocked to help protect this computer." and click OK.

File Properties
File Properties

If you allow the file to be blocked, the "Protected by Windows" message will no longer appear.

Steps to grant permission for all files in a folder at once

If you have many blocked files in a folder and it's difficult to open the properties of each one and grant permission, you can use PowerShell commands to grant permission to all of them at once.

Windows standard features (Expand AllWhen decompressing a file using [a specific method/tool], blocks remain in the files within the compressed file (such as a ZIP file) even if blocking of the compressed file itself is permitted. It is unclear whether this is by design or a bug.

1. Open the folder containing the files you want to block.

2. Right-click in an empty area of ​​the folder and click "Open in Terminal." (If using Windows 10, hold down the Shift key while right-clicking and click "Open PowerShell window here.")

3. Copy and paste the following command, then press Enter to execute it.

Get-ChildItem -Recurse | Unblock-File
Windows PowerShell
Windows PowerShell

4. Close Windows PowerShell by clicking the × button in the upper right corner.

The -Recurse option in the command is used to process everything at once, including the contents of subfolders. By executing this, you can instantly allow blocking of all files in a folder.

Disable the "Verify apps and files" feature of reputation-based protection

If you disable the "Check apps and files" feature of reputation-based protection itself, you will not be warned when you run a malicious file.

If you do not have any other security software installed, we do not recommend disabling it.

1.Task tray (notification area)Click the Windows Security icon to open Windows Security.

Windows Security Icon
Windows Security Icon

2. When Windows Security opens, click "App and browser control"Click.

Windows Security - Security Overview
Windows Security – Security Overview

3. Under Reputation-Based Protection, click Reputation-Based Protection Settings.

Windows Security - App and Browser Control
Windows Security – App and Browser Control

4. "Check apps and files" is set to "On", so click it to turn it "Off".

5. At this time, the User Account Control screen may appear, so click "Yes".

Windows Security - Reputation-Based Protection
Windows Security – Reputation-Based Protection

Now that "Verify apps and files" is turned off, you will be able to run applications without seeing the message "Protected by Windows" when you run them.

If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents