Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, August 16, 2017 6:45 PM
Q: I want to make Acrobat Reader the default program for pdfs for ALL users that might log on to a Windows 10 computer. I have 22 computers in an open lab, and each computer will have multiple (and different) users each day, so setting the default for each user is obviously not feasible, and setting it while the administrator is logged in of course doesn't work. I would love a registry hack, or something not terribly involved as a solution.
All replies (2)
Wednesday, August 16, 2017 11:37 PM
Kindly go through the following links:
http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/pdfviewer.html
S.Sengupta, Windows Insider MVP
Thursday, August 17, 2017 3:19 AM
Check this link below for a hint.
Windows 8: Associate a file Type or protocol with a specific app using GPO (e.g:default mail client for MailTo protocol)
Besides, I find out a good case talking about similar topic, an user called Tony give us a good idea to deploy default programs:
Summary
Starting with Windows 8, the open with GPO no longer works. You must follow this new procedure:
Set the file associations the way you want
Use DISM to export the configuration to an XML file
Optionally, edit the exported file
Place the file in a location accessible by the user.
Enable a different GPO that specifies the XML file.
Problems/Downsides
Per-computer GPO, not per-user
Settings don't take effect until second logon
Monolithic - All or nothing XML file -- only winning GPO will take effect
Alternatives
Use DISM to import the configuration
Edit the OEMDefaultAssociations.xml file in the system32 directory. It is applied during logon for new profiles.
You could have a look
Regards
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].