default software for file extentions or types association (FTYPE command)
by rajesh[ Edit ] 2009-11-04 23:47:55
The default software associated for each file type can be listed using the command 'FTYPE'
This list will help us find which software will be used to open a jpeg or mpeg or any other file type when we double click on the file.
To see the complete list, go to command prompt and just run
ftype or
ftype | more
Example Output:
.
.
.
ASXFile="%ProgramFiles%Windows Media Playerwmplayer.exe" /Open "%L"
AUFile="%ProgramFiles%Windows Media Playerwmplayer.exe" /Open "%L"
AvgDiagExFile=C:Program FilesAVGAVG8avgdiagex.exe /file="%1" /ui
AVIFile="%ProgramFiles%Windows Media Playerwmplayer.exe" /prefetch:8 /Open "%L"
batfile="%1" %*
bittorrent="%Program Files%BitTorrentbittorrent.exe" "%1"
.
.
.