Share via

Can't open images and videos I downloaded myself because they could be potentially harmful

anna künzi 0 Reputation points
2026-01-02T18:24:30.5533333+00:00

So I have been using Snapchat for almost 10 years and storing my pictures for free. Recently though, snapchat made it so that you have to pay to keep all of your already existing images and to save more. Since I didn't want to do that I decided to download all of the pictures and videos (around 7'000). I did this via the Snapchat website and on to my windows 11 computer. It took a while but everything was downloaded - some as stand alone videos, some as files and some as zipped folders.

About 200 videos were downloaded separately (I have no clue why, but that's what happened) - those I have no issue opening!

However, every other file or zipped folder I could not open. Every time I try to unzip it or just open a file by its self, I get the image attached: User's image

I tried to right click and open. I tried right click properties, but I can't actually change anything about the properties except the name.

I don't know if this is an issue on Windows end or Snapchat end, but I figured asking here first might be better, since it took several hours to download everything and I would rather not do it again.

Windows for home | Windows 11 | Security and privacy
0 comments No comments

Answer recommended by moderator
  1. Norah-L 4,775 Reputation points Microsoft External Staff Moderator
    2026-01-04T04:15:32.46+00:00

    Hello anna künzi

    Thanks for reaching out to the Q&A forum.

    From what you described, you're facing an issue with being unable to open most of the downloaded files and zipped folders from Snapchat, receiving an error message indicating your downloaded files as potentially harmful.

    “Mark of the Web” (MOTW) is a security mechanism designed to protect you from malware hidden inside downloads from the internet plus the unusual (names, format...). This feature cannot be fully disabled system‑wide.

    Harold Milan already suggested unlocking the file through Properties, but in case you cannot change anything in the Properties window, a workaround you can try is: Putting everything in a known folder (e.g., C:\SnapsExport) and using PowerShell to remove the Mark of the Web (MOTW) from those files.

    To be more specific:

    1. Create C:\SnapsExport (or any path you prefer).

    Move all ZIPs and standalone media files into this folder.

    1. Unlock the files using PowerShell as Administrator:

    $root = 'C:\SnapsExport'

    Then run

    Get-ChildItem -Path $root -File -Recurse | Unblock-File (This is to unblock all files in $root and all subfolders)

    Optional: Unblock only ZIPs first (prevents MOTW propagating when you extract)

    $root = 'C:\SnapsExport'

    Unblock only .zip files, including subfolders: Get-ChildItem -Path $root -Filter *.zip -File -Recurse | Unblock-File

    1. Try extracting your ZIP files and opening files
    2. Extra tips: If you only need to open files from a specific online folder, you can add that site to the Trusted Sites list, or if the file is digitally signed, add the publisher to the Trusted Publishers list to reduce security prompts:

    Press Win + R, type inetcpl.cpl press Enter.

    Go to Security > Trusted sites > Sites.

    Enter the website domain

    Click Add, then Close > OK.

    Hope this helps. I'm here if you need further assistance!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Harold Milan 17,490 Reputation points Independent Advisor
    2026-01-02T20:03:19.89+00:00

    Hi,

    The workaround i used in this particular issue is:

     Right-click the affected file.

    Select Properties.

    In the General tab, check the box next to Unblock.

    Click Apply or OK.

    Let me know how it goes, I'm Here to help!

    2 people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.