Open files of an unknown type with notepad
1 January 2000 by Snakefoot | Comment » | Trackback OffBy default when double clicking a file with an unknown filetype, then it starts with "Open with..".
It is possible to change the default behavior to instead open the Notepad. One can still access the "Open with..." option by holding down the Shift-key and right-clicking the file.
Related Configure file types to include your own useful actions
Related Extend context menu with "Open with" for all files
Note instead of modifying the registry to make notepad default viewer for unknown file types, then one could use the Send To-folder for easy access to the favorite file-viewers.REGEDIT4
[HKEY_CLASSES_ROOT\Unknown\shell\open]
@=""
[HKEY_CLASSES_ROOT\Unknown\shell\open\command]
@="NOTEPAD.EXE \"%1\""
Related Configure file types to include your own useful actions
Related Extend context menu with "Open with" for all files
Updated: 10 June 2007