Advertisement
Guest User

FOXIT READER install essential parts only with Win10 theme

a guest
Feb 3rd, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Foxit Reader
  2. ============
  3. RECOMMENDED: Disable the Updater in Foxit via Edit menu>Preferences> scroll all the way down to Update and disable it completely otherwise you will receive nagging "Upgrade to Pro" messages in Windows from time to time.
  4. =================================
  5. INSTALL ESSENTIAL COMPONENTS ONLY
  6. =================================
  7. 3 WAYS:
  8.  
  9. command to install Foxit Reader with the essential components only:
  10. foxitreader73_enu_setup.exe "/COMPONENTS=""pdfviewer"",""ffSpeckllCheck"" /TASKS=""setDefaultReader"""
  11.  
  12. OR
  13. if you use Chocolatey to easily install and update your Windows software (you should):
  14. choco install foxitreader -installargs "/COMPONENTS=""pdfviewer"",""ffSpeckllCheck"" /TASKS=""setDefaultReader"""
  15.  
  16. OR
  17. if you use a batch (CMD file) with Chocolatey:
  18. call C:\ProgramData\chocolatey\choco install foxitreader -installargs "/COMPONENTS=""pdfviewer"",""ffSpeckllCheck"" /TASKS=""setDefaultReader"""
  19.  
  20. =========================================================
  21. SET NARROW TOOLBAR TO MAXIMISE SPACE FOR PDF DOCUMENTS :)
  22. AND ENABLE DARK UI TO MATCH WINDOWS 10
  23. =========================================================
  24. save the following as a notepad/text file but save it as a .reg file (like foxit.reg), then doubleclick to execute (close Foxit first):
  25.  
  26. Windows Registry Editor Version 5.00
  27.  
  28. ;Foxit Reader disable welcome dialog
  29. [HKEY_CURRENT_USER\SOFTWARE\Foxit Software\Foxit Reader 7.0\Preferences\Others]
  30. "bShowAD"="0"
  31. "bShowWelcomeDlg"="0"
  32.  
  33. ;Foxit Reader enable semi-Windows10 theme
  34. [HKEY_CURRENT_USER\SOFTWARE\Foxit Software\Foxit Reader 7.0\Preferences\Skins]
  35. "SkinName"="Black"
  36.  
  37. ;Foxit Reader switch to compact toolbar instead of big ribbon
  38. [HKEY_CURRENT_USER\SOFTWARE\Foxit Software\Foxit Reader 7.0\Windows]
  39. "DefaultStyle"=dword:00000000
  40. "IsRibbonMode"=dword:00000000
  41. "bShowStatusBar"=dword:00000001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement