Windows 10 - An app default was reset
By: Leee Jeffries |
-βββββββββββ-UPDATE 05.11.20ββββββββββββ
Upon posting this blog on twitter I was greeted with a number of responses where people had found different solutions to this issue. A thank you Rob Sheppard for this GPO entry that solves this issue also.
Location: Computer Configuration\Administrative Templates\Windows Components\File Explorer
Setting: Do not show the βnew application installedβ notification
-βββββββββββ-UPDATE 05.11.20ββββββββββββ
So youβve installed your shiny new Win10 machine, and youβve configured your default app file associations by logging in as a user and using
and then settings it via GPO as per the below.
Great right? Not quite, even though you have done this you still get notifications that app-defaults have been reset, so what gives?
Edge, thatβs what gives, specifically modern app hooks. I had an image whereby I could just not set Adobe Reader to be the default PDF viewer. I needed pdfβs to open without showing any prompt for file type associations, and I could not set it individually for each user.
I kept seeing this each time I launched a PDF, no matter what I did. I checked and double-checked my XML file to make sure it was right. This is how I got around it.
Implement the above registry settings via your preferred method. This will tell Edge to stop trying to grab file associations for PDF files.
Thanks to Andy Martin for the assist in finding this article that explains the situation fully. There are also several other modern apps that can exhibit this behaviour; this is all specified in the article.
On top of this, Adobe Reader will then warn you that it doesnβt necessarily own all PDF file associations. You can disable this prompt by implementing the below registry setting.
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockdown |
Value Name | bDisablePDFHandlerSwitching |
Value Type | REG_DWORD |
Enabled Value | 1 |
Disabled Value | 0 |
0 means adobe will prompt, 1 means adobe will not prompt
I hope this saves someone some time rather than searching around this rather vague subject for an answer.