Opening and reading PDF files in Microsoft Edge on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I follow the steps (via Settings) and no change. I try to open Adobe Reader and it will not open on my PC. I see from a search that this is not a new issue and it's frustrating. This feels predatory and proprietary - forcing us to use Microsoft products. I'm thinking of stopping my personal subscription and moving to another option.
Opening and reading PDF files in Microsoft Edge on Windows 11
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.
Yes, so typical of Microsoft. This is no accident -- they do this sort of thing on purpose...which is an undue leveraging of their OS market dominance.
Hi Karen, I am Paulo and I'd like to help.
I'm sorry to hear that you're experiencing issues with setting a different default PDF viewer. Have you checked Edge settings if it is configured to open PDF files within the browser?
Go to Edge Settings > Cookies and site permissions > PDF Documents and ensure "Always download PDF files" is enabled.
I also suggest checking Edge Settings > Downloads and ensure "Ask me what to do with each download" is enabled.
Once it is configured, right-click on a PDF file > Properties > Change... > Choose Adobe Acrobat > Set default.
If in case, Adobe still doesn't open, I recommend reinstalling the app to make sure it is working properly and updated.
I had to kill all msEdge.exe instances from the Task Manager, and it finally let me. Using Edge 124.02478.67 64-bit.
This was the answer for me.
I had to kill all msEdge.exe instances from the Task Manager, and it finally let me. Using Edge 124.02478.67 64-bit.
Thanks - this solved my problem :-)
Microsoft is now using a Windows driver (c:\windows\system32\drivers\UCPD.sys) to prevent users from changing the configured Windows 10 and Windows 11 default browser through software or by manually modifying the Registry. This driver was introduced as part of the February updates for Windows 10 (KB5034763) and Windows 11 (KB5034765).
This driver is described as a "User Choice Protection Driver," and when loaded, prevents direct editing of the Registry keys associated with the HTTP and HTTPS URL associations and the .PDF file association.
The associated registry keys are:
HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice
HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\UserChoice
You cannot unload this driver, but you can disable it with the following PowerShell command:
New-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\UCPD” -Name “Start” -Value 4 -PropertyType DWORD -Force
You also need to delete/disable the "UCPD velocity" scheduled task under \Microsoft\Windows\AppxDeploymentClient or else it will be automatically re-enabled.