Default file associations for browser and PDF

cshirley101675

New Member
Hi folks - I have been using NTLite for about 3 months now and really like the program. Very powerful and saves a lot of time.

I have a problem setting the file associations for the default browser (Chrome) and pdf (Adobe Acrobat Reader) on Windows 11 23H2.

I have tried using the OEMDefaultAssociations.xml:
<Association Identifier=".htm" ProgId="ChromeHTML" ApplicationName="Google Chrome" />
<Association Identifier=".html" ProgId="ChromeHTML" ApplicationName="Google Chrome" />
<Association Identifier="http" ProgId="ChromeHTML" ApplicationName="Google Chrome" />
<Association Identifier="https" ProgId="ChromeHTML" ApplicationName="Google Chrome" />
<Association Identifier=".pdf" ProgId="Acrobat.Document.DC" ApplicationName="Adobe Acrobat Reader" />

And also, the SetUserFTA program:
SetUserFTAconfig.txt
http, ChromeHTML
https, ChromeHTML
.htm, ChromeHTML
.html, ChromeHTML
.pdf, Acrobat.Document.DC

I get the follow error when trying to run this program (I think on the .pdf extension):
>SetUserFTA.exe SetUserFTAconfig.txt
error: could not create registry key
error: could not open registry key

I have read the article on this webpage and tried some of the workarounds, but nothing seems to work.
https://kolbi.cz/blog/2024/04/03/userchoice-protection-driver-ucpd-sys/

Wondering if anybody else has encountered this issue and what (if any) have you done to solve this.
 
It has already been answered in the forums, sometimes it is better to look first before asking an already answered question

 
I get the follow error when trying to run this program (I think on the .pdf extension):
>SetUserFTA.exe SetUserFTAconfig.txt
error: could not create registry key
error: could not open registry key
You're required to run SetUserFTA as Administrator.
 
Thanks for your prompt response. I try to be resourceful before asking questions. I have scoured the forums many time which is how I found out about the SetUserFTA program.

I am running the this program as administrator. It seems that something in Windows has changed recently which is why this is not working any longer.
 
OK, I guess you really do need to read the linked article: UserChoice Protection Driver – UCPD.sys

1. Load the image.
2. Confirm that UCPD is disabled under Services / Extra Services.
3. From Scheduled Tasks, remove task Microsoft Windows / AppxDeploymentClient / UCPD velocity,
4. Apply changes.
 
Wondering if anybody else has encountered this issue and what (if any) have you done to solve this.

I was testing with my sysprep procedure, and it turns out Edge would take over the default ".pdf" viewer no matter how I configure the default associations if I use sysprep and capture a WIM. I wonder if anyone else also experiences something similar.

螢幕擷取畫面 2024-04-18 221129.png
 
Last edited:
Sometimes, you forget to check for new components.
Code:
<c>userchoiceprotection 'User Choice Protection'</c>
 
What happen after installation as EDGE gets updated twice or more a week at the moment.
Not everything is happening in the cloud like Adobe programs (crApps). Others use another PDF viewer.
 
Back
Top