System Grab Bag

View all TLDR pages from Windows (or from all pages)

ftype

Display or modify file types used for file extension association. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/ftype.
  • Display a list of all file types:
    ftype
  • Display the associated program for a specific file type:
    ftype {{file_type}}
  • Set the associated program for a specific file type:
    ftype {{file_type}}="{{path/to/executable_file}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.