391 B
391 B
ftype
显示或修改用于文件扩展名关联的文件类型。 更多信息:https://learn.microsoft.com/windows-server/administration/windows-commands/ftype。
- 显示所有文件类型的列表:
ftype
- 显示特定文件类型的关联程序:
ftype {{file_type}}
- 设置特定文件类型的关联程序:
ftype {{file_type}}="{{path/to/executable_file}}"