Bonjour Ian Xue
Merci pour votre réponse.
Hélas cela ne m'aide pas.
J'arrive bien à obtenir une donnée concernant par exemple les extensions .docx, .xlsx, .txt :
Commande : reg query HKLM\Software\Classes.docx
Retour : HKEY_LOCAL_MACHINE\Software\Classes.docx
PerceivedType REG_SZ document
(par défaut) REG_SZ docxfile
Content Type REG_SZ application/vnd.openxmlformats-officedocument.wordprocessingml.document
HKEY_LOCAL_MACHINE\Software\Classes.docx\OpenWithList
HKEY_LOCAL_MACHINE\Software\Classes.docx\OpenWithProgIDs
HKEY_LOCAL_MACHINE\Software\Classes.docx\PersistentHandler
HKEY_LOCAL_MACHINE\Software\Classes.docx\ShellEx
HKEY_LOCAL_MACHINE\Software\Classes.docx\Word.Document.12
L'information qui semble appropriée est (par défaut) REG_SZ docxfile
Si ensuite je fais ftype | find "docxfile"
J'obtiens : docxfile="%ProgramFiles%\Windows NT\Accessories\WORDPAD.EXE" "%1"
Je retombe sur word pad...