Last active
September 14, 2023 12:49
-
-
Save remlapmot/3bf5089daf50053974d326dae360f5c1 to your computer and use it in GitHub Desktop.
Register SumatrPdf as PDF previewer in Outlook desktop app on Windows 11
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
| regsvr32 "%APPDATA%\..\Local\SumatraPDF\PdfPreview.dll" |
Work computer
regsvr32 "C:\Program Files (x86)\SumatraPDF\PdfPreview.dll"For Work computer OUTLOOK.EXE is 32 bit, so the 32 bit PdfPreview.dll is required - obtain from SumtraPdf installers page - dll only separate in installer version https://www.sumatrapdfreader.org/download-free-pdf-viewer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taken from here