[Fix] ‘This File came from Another Computer and might Blocked’

If you have ever transferred files from another computer, you might have experienced message stating that this file came from another computer and might be blocked. This is an annoying message and you may experience it on a number of occasions such as when transferring files from another computer or transferring data from another PC.

Windows takes this security action to help protect your computer against files which are not verified and primarily belong to another computer. Although this might prove useful in some cases, it becomes a nuisance when this protocol becomes implemented in a lot of files. There are a few ways through which you can remove this error message for good.

Solution 1: Changing Group Policy or Adding a Registry Key

One of the easiest ways to make this problem go away is to edit your group policy. Editing the group policy makes changes across the computer and the error doesn’t trigger whenever you open another computer’s files.

  1. Press Windows + R to launch the Run application. Type “gpedit.msc” in the dialogue box and press Enter to launch your Group Policy Editor.
  2. Now navigate to the following path using the navigation pane present at the left side of the screen:

User Configuration > Administrative Templates > Windows Components > Attachment Manager

  1. Once in the above file path, look on the right side of the pane and double-click the entry “Do not preserve zone information in file attachments”.

  1. Enable the setting to “Enabled”. Press Apply to save changes and exit the menu.

  1. Reboot your computer and check if you still get the error message. Try transferring another file from the same origin. It is possible that existing files on your computer might already have their zone information saved.

We can also try adding a registry key if the group policy doesn’t work or you don’t have access to it on your system. In this case, we will add a registry key in your user configuration policies. This will hopefully fix this problem for all the incoming files to your computer. However, the same cannot be said with confidence about the files already present on your computer.

  1. Press Windows + R to launch the Run application. Type “regedit” in the dialogue box and press Enter. This will launch the registry editor of your computer.
  2. Once in the Registry Editor, navigate to the following file path:

Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies

  1. When in “policies”, right-click it and select New > Key. Name the new key as “Attachments”.

  1. Now on the right pane, right-click on any empty space and select New > DWORD

  1. Save the new registry key as “SaveZoneInformation” and set its value to 1.

  1. Reboot your computer and check if the error message goes away.

Solution 2: How to Unblock Files in a ZIP folder

If you are downloading a lot of files in bulk (ZIP files), you might come across the problem where you have to unblock each and every file one by one. This can be tiresome and can prove to be quite a nuisance. In this case, try unblocking the .ZIP file first and then extract the data. It seems that whenever you extract the files, the individual files will be marked in the same time zone as the .ZIP file. If you unblock the ZIP file first, the individual files won’t have any problem.

  1. Right-click on the ZIP file, and open properties. At the bottom of the options, you will see an unblock option.

  1. Check that option, click Apply and exit. Now you can continue extracting the files without the error message in any one of them.

Another workaround for this problem is to copy all the files to .ZIP folder and extract them again.

  1. Copy all files to a folder.
  2. Right-click on the folder and select:

Send to > Compressed folder

  1. After the compressed folder is made, extract it back to an accessible location. Reboot your computer and check if the error message still persists.

Solution 3: Unblocking entire Directories

Another easy way is to unblock entire directories using PowerShell. However, you should be absolutely certain that all the files contained in that directory are perfectly safe and won’t harm your computer in any way. For PowerShell 3.0, you need Windows Management Framework 3.0 installed on your computer.

  1. Press Windows + S to launch the search bar. Type “PowerShell” in the dialogue box, right-click on the result and select “Run as administrator”.
  2. Once PowerShell is opened, enter the following command and press Enter.

dir C:\Downloads -Recurse | Unblock-File

Or if this doesn’t work, try

dir C:\Downloads | Unblock-File

 

  1. This command will unblock all the files contained in any directory. You can change the file path to whatever folder/directory you want. Reboot your computer and check those files again.

Solution 4: Deleting Data Streams to get rid of Security Message

Alternatively, you can delete all the streams marked as “:Zone.Identifier:$DATA”. This will get rid of all the security blocks instantly. Whenever you download a file from the internet, they get marked with a stream identifying that they don’t belong to this computer. We can use the utility of AlternateStreamView and try deleting all the data streams.

Note: Appuals has no link to any link to any third-party applications. The applications are listed for the benefit of the reader and Appuals will not be responsible for any damage whatsoever.

  1. Download AlternateStreamView from the official website.
  2. After extracting it in an accessible location, open its exe file.
  3. You will be asked to select the scan location. Click “Browse” and browse to the directory. Press Scan to start scanning.

  1. Now after scanning, the program will display all the streams attached to your files.

 

  1. Browse through them to find streams “:Zone.Identifier:$DATA”. Right-click on it and select “Delete Selected Streams”. This will now remove all the selected streams from your files.
  1. Reboot your computer and check if the security message went away.

Solution 5: Zipping and Unzipping

There seems to be a workaround for this error, some users discovered that by zipping and unzipping the file in question through Winrar or any other “Extraction” Software. In order to do that:

  1. Right-click on the file in question and select “Add to Archive“.
    Clicking on the “Add to Archive” option
  2. Check the “Zip” option and click on “OK“.
    Checking the “Zip” option
  3. Open the created zip file and click on “Extract“.
  4. Try to open the file now and check if the issue persists.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Comments

15
    CA
    CanadaBud Aug 22, 2018

    Discovered this with game associated files. I’ve noticed it has been screwing with my game textures in a few different titles. I’m glad you are showing this because manually unblocking 100,000 files would not be fun lol. The solution works and sticks and should help alleviate some problems.

    SM
    swapnil menkudale Dec 13, 2018

    I faced same issue for all dlls downloaded as artifacts from build on visual studio
    Solution 2 i tried and it worked for me
    Thanks

    @Q
    @Quillpower1 Sep 25, 2019

    Was surprised to see the notice that this file on my desktop was downloaded from another computer. I took the photo myself with my Samsung Galaxy phone and downloaded it to my ACER laptop. Both have antivirus software. The ‘block’ square is unchecked.

    SW
    Shane Warren Author Sep 25, 2019

    Have you tried the methods listed in the article?

    TR
    Tralala Sep 26, 2019

    LOL I spent forever trying to unblock a single file, PowerShell, registry, group editor, nothing worked… Then I suddenly decided to zip the file and then unzip it. WOULD YOU BELIEVE IT WORKED. tf hahaha

    Reply
    SW
    Shane Warren Author Sep 27, 2019

    Nice to know that this helps.

    AN
    Andrea Mar 17, 2021

    I tried option 1, adding a registry and now my file just shows a loading symbol… nothing happens.

      MZ
      Muhammad Zubyan Author Mar 17, 2021

      There are plenty of other solutions have you tried any other methods? Keep me updated so I can help you further!

    RH
    Rob Hack Apr 2, 2021

    Hi Kevin
    and thanks… Had this problem b4 but couldn’t remember how I fixed it. Amazingly, I’m here for the second time. You must have an incredible marketing team to get such a great Google search placement! lol

    I did #1, figured it wouldn’t hurt to do #2 but it was already there. I’m assuming #1 created that reg entry? The blocking keeps 90% of my enormous music video collection from playing. Repeating songs is the 1st clue that it’s back. Cause: Went back to 8.1 pro (and couldn’t be happier). It doesn’t cram MS stuff down your throat nearly as bad as 10, I don’t spend more time fixing my pc than using it and my Pdanet/Hamachi/Privoxy setup actually works (well in Chromium that is). Any idea what could be in Firefox’s config that’s blocking the tunnel? BTW… GREAT JOB ON THIS ARTICLE, You clearly understand there isn’t one solution for everyone and give muliple, easy to follow, instructions. kudos

    DS
    Don Shontz Apr 19, 2021

    omg thank you,i tried every method and nothing worked until i downloaded the alternate stream view and wala it worked

    SO
    Sopor Jun 21, 2021

    If you download an archive (zip, rar, etc) and extract the files you can run the exe file without the security warning but in the past few months this has changed and now i get the security warning even if the files i downloaded have been in an archive. I have no idea why…Someone else that has noticed the same thing?I don’t want to disable this function totally. I only want it back as it was before, downloaded exe files shows a security warning when i run them and extracted exe files not.

      MZ
      Muhammad Zubyan Author Jun 22, 2021

      I am facing the same issue, however, it’s not really an issue. It’s more like a security protocol that Google has to implement to keep you safe, what I did is that I changed Google Chrome security from “Enhanced Protection” to “Standard Protection”. That fixed the issue for me, it still shows the message for some files but I just head over to the download tab and press “Keep dangerous file”. Here is how you can change the Security settings from Enhanced to Standard:-

      1. Open your Chrome Browser.
      2. Head over to this URL: chrome://settings/security
      3. Once you are on that URL select Standard Protection and you should be good to go.

      Reply
        SO
        Sopor Jul 1, 2021

        I have it already set to “No protection (not recommended)” and i don’t use Chrome to download files. I use Firefox, so it can’t be that.

    JA
    JaG Nov 21, 2021

    Hi Kevin,
    I am sending a ZIP file (using Win Rar) from my PC to another PC without any ZIP software, it auto downloads the ZIP file. But the other PC can’t open my file, first was error message “0x80004005”. I updated Windows patch on the receiving PC and tried again, this time the error message changed to “Windows cannot complete the extraction. The destination file could not be created.”
    Can you please help me, Kevin?
    Will be sincerely appreciated, thank you.

      MZ
      Muhammad Zubyan Author Nov 22, 2021