Skip to content

Instantly share code, notes, and snippets.

@cjthedj97
Created July 14, 2016 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjthedj97/944997ca8b07af96b69b2c2e44942571 to your computer and use it in GitHub Desktop.
Save cjthedj97/944997ca8b07af96b69b2c2e44942571 to your computer and use it in GitHub Desktop.
To Export Currnt Apps
dism /online /Export-DefaultAppAssociations:"%UserProfile%\Desktop\MyDefaultAppAssociations.xml"
To Import Config from Deskop
dism /online /Import-DefaultAppAssociations:"%UserProfile%\Desktop\MyDefaultAppAssociations.xml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment