Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Fix “This File Came From Another Computer And Might be Blocked” Error

How to Fix “This File Came From Another Computer And Might be Blocked” Error

RojalBy RojalAugust 9, 2022
this-file-came-from-another-computer-and-might-be-blocked

When opening downloaded files, it’s common to encounter the error message, “This file originates from another computer and might be blocked to help safeguard this computer.” However, it is not actually an error but more of a security feature integrated into the Windows OS.

Certain suspicious files that have the potential to be harmful to your PC are blocked by a service called Attachment Manager. However, this service is not always accurate, and it might show this message even when opening a file that you know is safe. Luckily there are ways to unblock the files or disable this feature completely.

Here is an article on how you can unblock files and make sure that the OS does not block any files in the future.

Table of Contents

  • Why Am I Getting This Error?
  • How to Fix “This file came from another computer and might be blocked” Error?
    • Disable Protected View in MS Word
    • Use Group Policy Editor
    • Edit Windows Registry
    • Use Powershell
    • Clear Data Stream Files

Why Am I Getting This Error?

Attachment Manager can sometimes identify files as harmful even though they’re totally safe. Since this service is not very accurate, any file that you download from the web, Outlook, or any external source has the chance of getting blocked. This error mostly occurs in the NTFS file system. Attachment manager seems to be the only identifiable cause of this problem.

How to Fix “This file came from another computer and might be blocked” Error?

Manually unblocking the file is the easiest way to fix it. Simply right-click on the file to access its properties and select Unblock. You can then open the blocked file. This fix works perfectly if you don’t have a lot of blocked files. But, if this error appears in every file you download, you can try the other fixes listed below.

Disable Protected View in MS Word

The Protected View is also a security feature integrated into MS word that blocks unsafe word files. Just like the Attachment manager, it may not always accurate. So, if you’re facing this issue specifically with word files downloaded from Outlook or the Internet, you can turn off the Protected View in Microsoft Word.

You can follow these steps.

  1. Open Microsoft Word, and click on File.
  2. Select Options and go to Trust Center.
  3. Go to Trust Center Settings and select Protected View.
  4. Turn off “Enable Protected View for files originating from the Internet” and “Enable Protected View for Outlook attachments”
    MS-Word-TrustCenter-ProtectedView

Use Group Policy Editor

Group Policy Editor is a Windows Administration Tool that lets you configure important settings on your computer, including the Attachment Manager.

To disable Attachment Manager using the Editor, follow these steps.

  1. Open the Start Menu and search for Group Policy.
  2. Open Group Policy Editor and go to User Configuration.
  3. Now go to Administrative Templates → Windows Components → Attachment Manager.
    Windows-Group-Policy-Editor-zoneInfo
  4. Now, open the “Do not preserve zone information in file attachments” setting.
  5. Toggle it to Enabled and click on Apply.
  6. Click on OK to close the setting.
    Windows-Group-Policy-Editor-Disable-ZoneInfo
  7. Restart your PC so the changes can take place.

If this fix with Group Policy Editor is not working out for you, you can try using other fixes we have mentioned below.

Edit Windows Registry

You can also tweak some settings in the registry to disable the Attachment Manager. But before you do so, make sure that you’ve created a restore point. To disable the Attachment Manager using Windows Registry, follow these steps.

Note: Editing the wrong settings on the Registry can cause a system failure. So, it’s highly important to first. 
  1. Go to the Start menu and search for regedit.
  2. Right-click on Registry Editor and select Run as Administrator.
  3. Open the HKEY_CURRENT_USER and go to Software.
  4. Then, go to Microsoft > Windows > CurrentVersion > Policies.
  5. Alternatively, you can copy and paste this location Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies
  6. Right-click on the policies folder, go to new and select the key.
    Windows-Registry-CurrentUser-Policies
  7. Rename the new key to “Attachments”
  8. Now, open the Attachments folder and Right-click on a blank area.
  9. Click on New.
  10. Select DWORD (32-bit) Value and save it as “SaveZoneInformation”
    Windows-Registry-CurrentUser-Policies-Attachments
  11. Open it, and set the Value data to 1 and confirm with OK.

Use Powershell

Using the group policy and windows registry disables files from getting blocked. But, they don’t unblock the files that are currently blocked. To unblock all the files on a folder, you can use a Powershell command. Follow these steps to do so.

  1. Press Win + R on your keyboard to open Run.
  2. Type in powershell and hit Ctrl + Shift + Enter.
  3. In Powershell, type this command and hit Enter.
    dir c:\users\[Username]\downloads -Recurse | Unblock-File
    Windows-PowerShell-UnblockFile

Here, you need to type in the location of the folder containing the blocked files between dir and -Recurse | Unblock-File.

Clear Data Stream Files

All the files that you download from the web are tagged with a stream. Your PC determines that the files are from an external source through these streams. If you clear certain data streams that are marked with a zone identifier, all the files on your PC will be unblocked. You can do this using a Microsoft tool called Streams.

To clear Data Stream files, you can follow these steps.

  1. Download Streams from Microsoft official website and run it.
  2. After opening Stream, go to “Browse and navigate to the affected folder or file directory” and select Scan.
  3. After scanning, you will see all the streams in your files.
  4. Find “:Zone.Identifier:$DATA” on the scanned result and right-click on it.
  5. Click on Delete Selected Streams.
  6. Close the file and Restart your PC.
fix
Rojal

Rojal is a technical writer with a knack for helping others understand complex technical topics. He spends his days writing about windows and software.

Related Posts

computer suddenly slow

Why is My Computer Suddenly Slow? 11 Ways to Fix It

March 31, 2023
scheduled task reboot

How to Create a Reboot Scheduled Task in Windows

March 31, 2023
slow computer startup

14 Ways to Fix Slow Computer Startup

March 26, 2023
boot loop

14 Ways to Fix Windows Boot Loop

March 19, 2023
how to change windows startup sound

How to Change Windows Startup Sound

March 17, 2023
scan disk windows 10

How to Scan Disk Windows

March 16, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
what-does-collate-mean-on-a-printer

What Does Collate Mean on a Printer?

March 31, 2023
usb-vs-pcie-wifi

USB Vs PCIe Wi-Fi—Which One is Better?

March 31, 2023
how often to replace laptop

How Often Should You Replace a Laptop

March 29, 2023
You may also like
computer suddenly slow

Why is My Computer Suddenly Slow? 11 Ways to Fix It

March 31, 2023
HTTP-Error-431

How to Fix HTTP Error 431

March 31, 2023
scheduled task reboot

How to Create a Reboot Scheduled Task in Windows

March 31, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.