Created
July 15, 2018 13:43
-
-
Save gschora/16ab96f020384a66d650de1218a79777 to your computer and use it in GitHub Desktop.
foxit portable pdf thumbnails in explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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