Skip to main content

Display or modify file types used for file extension association in Windows.

:: To display a list of all file types:
ftype

:: To display the associated program for a specific file type:
ftype <file_type>

:: To set the associated program for a specific file type:
ftype <file_type>="<path/to/executable_command>"