Set Acrobat Reader to default in Windows 10 after deploying package
Dwalker
Does anyone know how to add a step to the Acrobat Reader package that changes the default PDF application after installation? I have been trying to find a registry tweak of something, but I've got nothing.
0
Comments
Only way is to export the Default Application Associations from a existing (Master) device with Adode Reader set as default and import it to your other devices.
I'm doing it via GPO
Check this link for a blog about this
Hi,
just wanted to share my solution in case anybody stumbles across this problem and don't want to use the GPO solution as the user can't permanently change file association anylonger (they are reset to GPO XML values after each reboot).
I use a tiny tool called SetUserFTA.exe from Christoph Kolbicz.
I copy the file to the %temp% folder, call it like this:
SetUserFTA.exe .pdf AcroExch.Document.DCand delete it afterwards.Here is my Package XML (please bear with me, this is my first Package):
Mario thank you for posting this! It worked perfectly for me this morning without having to change a single thing. Also according to the comments in Christoph Kolbicz blog on his SetUserFTA page, his utility also is working with Windows 11.