I would like to change the default file association of .xlsx with a script. I tried to change registry entries or with the command.
ftype <Name>="<Path>"
assoc .xlsx="<Name>"
But it doesn't seem to work. I would like to open the file with a .cmd script and start excel later on from there.
HKEY_CLASSES_ROOT\.xlsx. Suggest to Export it for backup. – harrymc Dec 06 '19 at 10:40assoc .xlsxbut it didn't work either when opening the file. – HYC Media Dec 06 '19 at 10:56