Issues with PDF Previews on File Server After Update

0
11
Asked By TechieNinja23 On

I'm helping a client who frequently uses the preview pane for PDFs. After installing update KB5066586, they can no longer preview PDFs stored on their file server, even for files they've created. The strange thing is that when I access the file directly on the server, the preview works, but it fails when I try to access it via a UNC path. I've already added the file server to the intranet sites, but that hasn't fixed the issue. Any suggestions would be greatly appreciated!

4 Answers

Answered By NetworkWhiz789 On

This issue seems linked to the security changes Microsoft made regarding preview handlers for files from network locations. Windows has started classifying files opened via UNC paths as less trustworthy, which may block the PDF preview. Check if the PDFs carry a Mark-of-the-Web or are treated as from the Internet zone. Adjusting Group Policy for preview handlers in protected view might help, or try adding the file server to the Local Intranet zone through GPO.

Answered By CuriousGadget99 On

You might want to try accessing the file server using its Fully Qualified Domain Name (FQDN) or a different format in the UNC path. For example, you could experiment with 'file://fileserver', 'fileserver', or 'filserver.domain.local'. There’s also a helpful Microsoft article about how the preview feature can become disabled for files downloaded from the internet, which might be relevant to your issue.

Answered By SysAdminNerd On

I’ve been grappling with this problem for a while. The best solution I found was to implement a Group Policy that prevents blocking PDFs when accessing them via UNC paths. Additionally, running a script to unblock files several times a day has been a temporary fix for issues with attachments dragged from external sources.

Answered By FileMaster3000 On

If local access works but UNC access doesn’t, it’s likely that the preview handler is getting blocked due to network security settings. Check your Internet Options under Security to ensure that the server is listed in the Local Intranet sites. Also, look into Group Policy settings that might affect how file attachments are treated when they come from network locations.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.