No preview of any PDF files

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Sim11
Posts: 2
Joined: Sun Nov 02, 2025 3:17 am

No preview of any PDF files

Post by Sim11 »

No preview (Alt+P) of any PDF files after October 15, including those created on this PC. Windows 10 x64, Everything 1.5a.
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: No preview of any PDF files

Post by void »

Please make sure Everything is installed correctly and running as a standard user:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Check Store settings and data in %APPDATA%\Everything.
  • Uncheck Run as administrator.
  • Check Everything Service. (Please make sure this is tick-checked and not square-checked)
  • Click OK.
  • Exit Everything (from the File menu, click Exit).
  • Restart Everything.
-Please make sure [Administrator] is not shown in the Everything window title bar.



Does the issue persist?
-Is Everything installed or are you using the portable version?
Sim11
Posts: 2
Joined: Sun Nov 02, 2025 3:17 am

Re: No preview of any PDF files

Post by Sim11 »

Hello
I have been using the portable version of the program and have never changed its settings, but the preview of PDF files disappeared after the October system update (the preview of PDF files disappeared in Windows Explorer as well).
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: No preview of any PDF files

Post by void »

Everything will show the same preview as Windows Explorer.

Please try reinstalling your PDF viewer.
Phlashman
Posts: 53
Joined: Sun Sep 11, 2022 4:57 am

Re: No preview of any PDF files

Post by Phlashman »

A Microsoft October security patch for windows 10 & 11 resulted in Preview "Breaking". :-(
You will probably find that right clicking on a .pdf file and picking properties and at the bottom of the General Tab there will be the option to "Unblock" the file. There is much discussion on the web about this currently and how to resolve it. Microsoft have been somewhat quiet about it,
and have yet to issue a "Fix". If you are running Windows 10 and have not 'subscribed' to extended support, then there might not be a fix as the October patches were the LAST automatic patches for Windows 10 :-(

Options to resolve the issue with your current *.pdf files and needing to unblock many, you can use Powershell with the following command line to unblock all *.pdf files in a folder (and its subfolders). Replace "C:\Your\Folder" with name for your folder, (including enclosing in quotes.)

Get-ChildItem -Path "C:\Your\Folder" -Recurse -Filter "*.pdf" | Unblock-File
Post Reply