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.
It worked! Thank you!
it worked, thanks
This worked for me too!
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.
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 :-)