Unblock files downloaded from Internet in Windows 10

How to unblock files downloaded from Internet in Windows 10

If you downloaded a file from the Internet, Windows 10 shows you a security warning every time you try to open it. Some file types are completely blocked from opening.

When you try to open a file which was downloaded from the Internet, you can see a warning like this:

Windows 10 SmartScreen Warning

It is shown by Windows SmartScreen, a security feature of Windows 10, which causes such behavior. Thankfully, it is not hard to unblock the downloaded file. Here are the steps in detail.

To Unblock files downloaded from Internet in Windows 10

  1. Right-click on the file in File Explorer.
  2. Select ‘Properties’ from the context menu.
  3. In the ‘File Properties’ dialog on the ‘General’ tab, turn on the ‘Unblock’ option.Windows 10 Unblock A File 544x600

After that, the security warning will disappear. You will be able to open your files without distraction.


This is very useful when you need to unblock just one file. When you need unblock several files at once, it is very annoying to right-click on every single file, and open its Properties to unblock it. Here is an alternative solution to save your time!

Using PowerShell, it is posssible unblock multiple files at once in any given folder. It can be done as follows.

To Batch Unblock Files Downloaded from the Internet

  1. Press Win + R on the keyboard to open the Run dialog.
  2. In the Run box, type powershell:Windows 10 Run Powershell
  3. In the PowerShell window, enter the following command:
    get-childitem "C:\Users\your user name\Downloads" | unblock-file

     

  4. Substitute the folder path to the actual folder you store the downloaded files in.

As you can see, this is very easy. No third-party apps required. All you need is a PowerShell console which comes pre-installed with Windows 10.

How Windows 10 Recognizes That a File Was Downloaded from the Internet

The metadata which is added to the downloaded file is called “zone information”. It is an invisible file stored as an alternate data stream in the same downloaded file to indicate that the file came from a network. Every time File Explorer opens the file, it reads the attached zone info and checks if it came from “outside”. In that case, Windows Smart screen warning appears. When it is disabled, the dialog may look as follows.

Windows 10 Publisher Cannot Be Verified

Regardless of the dialog look, it will appear unless you unblock the file.

Looks like you've read the post to the end. If you enjoyed it, please share it. You would greatly help our blog to grow!

Author: The MFTNEXT Team

The MSFTNEXT project is a small team of authors who love to engage with the latest technology and gadgets. Being passionate Windows bloggers, we are happy to help others fix their system issues.

Leave a Reply

Your email address will not be published.

css.php