dism /online /export-defaultappassociations:c:AppAssoc.xml
This will export an XML file to your C: drive. You then need to take this file and add it to your MDT scripts folder and then redistribute your MDT package within SCCM to update your distribution points with this new file.
Then, in your task sequence add a “Run Command Line” step and add the following command:
cmd.exe /c Dism.exe /Image:%OSDisk% /Import-DefaultAppAssociations:%DEPLOYROOT%ScriptsViaMonstraAppAssoc.xml
This will now apply those settings with the XML and you should then find that the default browser is Internet Explorer 11 and not Edge!
COMMENTS
If you have any comments or questions on this post, please feel free to leave us a message below using our comments system.
Gear We Recommend
Testing configs is easier with a dedicated admin machine set up right. Here’s the kit we use.
Browse our Windows Admin Toolkit picks on AmazonAs an Amazon Associate, TechyGeeksHome earns from qualifying purchases.
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.