Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - Drop down and tweak it!

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews




spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Macrium Reflect FREE Edition
3. Smart Defrag
4. K-Lite Mega Codec Pack
5. Visual C++ Runtime Installer (All-In-One)
6. Microsoft Visual C++ 2015-2022 Redistributable Package
7. Visual C++ Redistributable Runtimes AIO Repack
8. MusicBee
9. McAfee Removal Tool (MCPR)
10. Sergei Strelec's WinPE
More >>

top reads

Star How to Disable 1-Click Ordering on Amazon (and Avoid Surprise Charges)

Star How to Fix Shallow Paint Layer Depth in Bambu Studio

Star Fastest Payout Online Casino USA (2025) | Real Money Wins

Star Aviator Betting Game Secrets: Unlock 97% RTP & Triple Your Wins

Star Windows Recall: What It Is, Why Hackers Will Love It, and How to Stay Safe

Star Star Trek Fleet Command Promo Codes: Redeem Codes for Free Shards, Blueprints And Resources

Star Best Apple Pay Casinos USA 2025 – Top Apple Pay Sites

Star How To Use VLC Media Player to Trim Video Clips

Star What Is the $WinREAgent Folder and Can I Delete It?

Star Swear Your Way to Better Search Results


MajorGeeks.Com » Overview» Tutorials and Video Guides » How to Unblock Blocked Files Downloaded From the Internet

How to Unblock Blocked Files Downloaded From the Internet

By Timothy Tibbetts

on 06/21/2023

When downloading files from the Internet, Windows will look at the file and categorize it as High Risk, Moderate Risk, or Low Risk and decide if it's safe for you to run the file. Windows will then allow or block the file. If you know a file is safe, but blocked from running by Windows Security, here are some options to unblock a blocked file.

Before we get started, there are four places that a file could come from:

  • Internet
  • Local intranet
  • Trusted sites
  • Restricted sites

    After that, there are three categories Windows uses to determine if a file is safe:

  • High Risk – If the attachment is in the list of high-risk file types and is from the restricted zone, Windows blocks the user from accessing the file. If the file is from the Internet zone, Windows prompts the user - "Windows found that this file is potentially harmful. To help protect your computer, Windows has blocked access to this file."
  • Moderate Risk – If the attachment is in the list of moderate risk file types and is from the restricted or Internet zone, Windows prompts the user - "The publisher could not be verified. Are you sure you want to run this software?"
  • Low Risk – If the attachment is in the list of low-risk file types, Windows will not prompt the user before accessing the file, regardless of the file's zone information.

    Video tutorial:



    How to Unblock Blocked Files Downloaded From the Internet - File Explorer Properties

    Open File Explorer and right-click on the file.

    Click on Properties.

    Click on Unblock.



    If Unblock is not available, the file isn't blocked, or try another method below.

    How to Unblock Blocked Files Downloaded From the Internet - Security Warning

    Open or run the blocked file.

    Uncheck the box next to Always ask before opening this file, and click on the Open or Run button.

    You might also see a User Account Control (UAC) warning that says, "Do you want to allow this app to make changes to your device?" Click Yes.

    How to Unblock Blocked Files Downloaded From the Internet - Microsoft Defender SmartScreen

    Open or run the blocked file.

    Click on More info.



    Click on Run anyway. If you don't see Run anyway, look for the scroll bar at the bottom and slide it to the right.



    How to Unblock Blocked Files Downloaded From the Internet - Windows Terminal or PowerShell

    Windows Terminal or PowerShell is a powerful tool to unblock files if all else fails.

    Open Windows Terminal or PowerShell.

    There are numerous options for the Command Prompt. Here are the commands you need to know. Be sure to include the quotes. Add -confirm to the end of any line for a confirmation prompt.

    Unblock a file:
    Code: unblock-file -path "full path of blocked file"
    Examples:
    unblock-file -path "C:\Users\tim\Downloads\filename.zip"
    unblock-file -path "C:\Users\tim\Downloads\filename.zip" -confirm



    Unblock all files in a folder:
    Code: get-childitem "full path of folder" | unblock-file
    Examples:
    get-childitem "C:\Users\tim\Downloads" | unblock-file
    get-childitem "C:\Users\tim\Downloads" | unblock-file -confirm

    Unblock all files in a folder and subfolders:
    Code: get-childitem "full path of folder" -recurse | unblock-file
    Examples:
    get-childitem "C:\Users\tim\Downloads" -recurse | unblock-file
    get-childitem "C:\Users\tim\Downloads" -recurse | unblock-file - confirm

    comments powered by Disqus





  • © 2000-2025 MajorGeeks.com
    Powered by Contentteller® Business Edition