Windows 10 file type association (last update: 2019-10-26, created: 2019-10-26) back to the list ↑
|
|||
Windows 10 mechanism
dism /online /export-defaultappassociations:"asdf.xml" The XML file looks something like this: <?xml version="1.0" encoding="UTF-8"?> The ProgId is actually a key in the same registry paths as the Legacy mechanism uses (see below). See also: • https://blogs.technet.microsoft.com/windowsinternals/2017/10/25/windows-10-how-to-configure-file-associations-for-it-pros/ • https://stackoverflow.com/questions/46568347/how-do-file-associations-populate-the-progid-and-applicationname • https://docs.microsoft.com/en-us/windows/win32/shell/fa-progids?redirectedfrom=MSDN Legacy mechanism gynvael:haven-windows>assoc .py These use the following registry keys: HKEY_CLASSES_ROOT\ Additional interesting keys HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications | |||
|