Skip to main content
Participant
July 12, 2018
Answered

Force Acrobat Reader DC as the default PDF viewer on Windows 10

  • July 12, 2018
  • 1 reply
  • 3266 views

Windows 10 Enterprise
Adobe Acrobat Reader DC 18.011.20040

Is there any way whatsoever to install this version of Acrobat Reader DC so that the default PDF viewer is set to Acrobat Reader DC before/during/after the install process without the need for a logoff/logon or restart cycle?

We need to be able to deliver the software Enterprise-wide, but do so in the background without interfering with the end user. We can deliver the software as-is, but then each and every user would need to manually change the default PDF viewer from Microsoft Edge to Adobe Acrobat Reader DC. This is simply not an option for us. Now, I can utilize a third-party tool like AutoIT and script the button presses and such so appropriate choices are made via the Set Default Programs Control Panel applet, but when executed remotely, the script will never function properly because it needs to interact with the desktop...which again is not an option for us.

I have read through all the articles referring to the utilization of DISM and the file association XMLs, but none of these function without the user performing a logoff/logon or restart cycle. The goal is to achieve a programmatic solution that can be run in a silent and unattended fashion.

Has anyone succeeded in this effort as of yet?

Please advise.

Thanks in advance.

    This topic has been closed for replies.
    Correct answer DMA60486658

    After a bit more fussing around with AutoIt, I was able to come up with a solution that works for both Win10 and Win7, so this request for help can be closed. Thanx.

    1 reply

    DMA60486658AuthorCorrect answer
    Participant
    July 12, 2018

    After a bit more fussing around with AutoIt, I was able to come up with a solution that works for both Win10 and Win7, so this request for help can be closed. Thanx.

    Participant
    August 3, 2018

    Are you able to share your solution or the .au3 file....I too am struggling with this issue.