Hi,
This is not a bug or an issue with your PDF viewer as this is a security update from Microsoft. The update is designed to address a vulnerability where attackers could trick users into downloading files that appear safe but are actually intended to steal credentials. In certain scenarios, even previewing such files could lead to the exposure of sensitive information. To reduce this risk, Microsoft has implemented a change that blocks previews of downloaded files that may contain these types of malicious exploits. For more details about this update and how you can unblock individual files, you can check this article.
If you're sure that the files are safe, you can actually use this PowerShell command to let you unblock all document files in a specific path and allows you to preview them again.
- Click taskbar search, type Windows PowerShell
- Right-click on it then Run as administrator
- Enter this command:
Unblock-File -Path "C:\Users\admin\downloads\*.pdf"
- Replace the path
C:\Users\admin\Downloads with the location where your files are stored. You may do this per folder.
- Restart the computer and see if it works.
You may also check other commands from this article:
How to unblock previews in File Explorer
Disclaimer: This is a non-Microsoft site. The information seems reliable, but be careful with ads. Research any product before downloading.