Hi @M.Tech ,
According to my research, there could be several reasons why the default app is not changing even after the registry key is created and the PC is restarted. Here are some potential causes:
- GPO Application: The Group Policy might not be applying correctly. You can check the application of Group Policy using the
gpresult /h report.html
command in the command prompt, which generates a report of the Group Policy results. - Group Policy Updates: Make sure that the Group Policy has been updated on the client machines. You can force an update by running the command
gpupdate /force
in the command prompt.
Besides, changes made through Group Policy can sometimes take time to propagate and might not apply until after several restarts. Also, Group Policy settings typically apply only to new users logging in for the first time and won’t change existing user settings.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.