Skip to content

Instantly share code, notes, and snippets.

@gschora
Created July 15, 2018 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gschora/16ab96f020384a66d650de1218a79777 to your computer and use it in GitHub Desktop.
Save gschora/16ab96f020384a66d650de1218a79777 to your computer and use it in GitHub Desktop.
foxit portable pdf thumbnails in explorer
1. copy FoxitThumbnailHndlr_x64.dll to <foxitportablefolder>\App\Foxit Reader\plugins
if not already there
2. open terminal in admin-mode and run
regsvr32.exe "C:\proggis\PortableApps\FoxitReaderPortable\App\Foxit Reader\plugins\FoxitThumbnailHndlr_x64.dll"
with the correct path to the dll
3. after restart it should display the correct thumbnails
if not go to file-preferences-file associations-advanced and check "include preview...."
then klick on "make default pdf viewer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment