Opening and reading PDF files in Microsoft Edge on Windows 10
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This is a dup thread for one that was started in 2020. Same stuff is still happening. I'm about 5 minutes from uninstalling Edge. If my PC reboots, Edge takes over PDFs. So annoying
Opening and reading PDF files in Microsoft Edge on Windows 10
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hello mewise
Im Juliet and Im happy to help you :)
I understand that you are having trouble with Microsoft Edge constantly becoming the default PDF viewer instead of Adobe Acrobat. This can be a frustrating issue, but there are a few steps you can take to try and resolve it.
I hope this helps! Let me know what happens :)
I spent about an hour fighting this.
Telling Windows to "Repair" Edge didn't work for me; it kept reporting that the downloaded file was corrupted.
But I finally found a solution.
Step #1: Kill all Edge processes. I used Process Explorer, but Task Manager will probably also work.
(If you use Task Manager, then while you're in there you should probably also go to the "Startup apps" page and disable the stuff that doesn't need to start on every boot, such as your web browsers [including Edge], Phone Link, Xbox App Services, etc.)
Step #2: Go to Settings -> Apps -> Default apps
and change the default app for .pdf files to whatever you want.
I haven't tested restarting the computer, to see if the setting is retained. But I did start Edge, and it left the setting alone.
THIS SIMPLY DOESNT WORK.
I have tried all the advice about stopping Edge from hijacking PDF files and nothing works. After I set Acrobat to be the default program for PDF files, sometimes, within an hour, Edge has made itself the default browser again.
This is insufferable
We are encountering the same issue where I work, and I have a GPO linked to a defaultassociation.xml file to govern application defaults and Edge still does this after every major update. I have to redefine the default app association for PDF docs, re-export a default app XML file to retain the settings. It will happen again though after the next major update release.... Getting REAL ANNOYING to have a patch override explicitly defined parameters defined by a GPO, following suggested MS best practices........
Microsoft, what use is it to define default associations via GPO if your browser keeps over riding one of the file associations after every major update?
OMG, you angel!!
This works.
Adding my voice to this problem as well. Trying to build a 2022 RDS Session host and after every login, Edge is taking over PDF file associations. But only for non-admin users.
Well, I seem to have fixed it. Setting the PDF handler, exporting the associations using DISM, and reimporting them with my admin account seemed to fix it for all users on subsequent logins. Edge no longer takes over the association on each login.
Dism.exe /online /Export-DefaultAppAssociations:C:\DefaultAssociations.xml
Dism.exe /online /Import-DefaultAppAssociations:C:\DefaultAssociations.xml