Geeks for your information
How to Back Up File Associations in Windows 10 Version 1809 - Printable Version

+- Geeks for your information (https://www.geeks.fyi)
+-- Forum: Windows (https://www.geeks.fyi/forumdisplay.php?fid=12)
+--- Forum: Tips and tricks (https://www.geeks.fyi/forumdisplay.php?fid=23)
+--- Thread: How to Back Up File Associations in Windows 10 Version 1809 (/showthread.php?tid=4422)



How to Back Up File Associations in Windows 10 Version 1809 - silversurfer - 06 November 18

Quote:How to save file associations

Fortunately, the whole process comes down to just a few steps, but in order to do this, you’re going to need administrator rights to be able to run them.
First and foremost, make sure you create the default file associations that you want to preserve or transition to another computer. Once you’re done, launch an elevated Command Prompt windows and run the following command (to do this, click the Start menu, type cmd.exe, right-click the result and click Run as administrator):
Code:
dism.exe /online /export-defaultappassociations:PATH\myfileassociations.xml
This command will export your associations to a file called myfileassociations.xml stored at the defined location – make sure you edit the PATH in the command with the location you want to use. For example, I used as destination folder the folder called bgdftw stored on the C: drive. So the command looks like this:
Code:
dism.exe /online /export-defaultappassociations:C:\bgdftw\myfileassociations.xml

Read more to get all instructions here: https://news.softpedia.com/news/how-to-back-up-file-associations-in-windows-10-version-1809-523611.shtml