It is possible to associate an application with files of an unknown type in Windows with the following instructions by configuring the registry:
- Start the registry editor by clicking on the Start menu -> Run -> Type in regedit.exe -> Click OK
- Navigate to HKEY_CLASSES_ROOT\Unknown\shell
- Right-click the folder and select New -> Key
- Enter the name "openas" and press Enter (don't type the quotes)
- Select the new "command" key, right-click it and select New -> Key (don't type the quotes)
- Double-click the "Default" value
- Change the name of the application, for example "NOTEPAD.EXE %1" for the notepad. "%1" is needed to pass the document name to the application.
- Click OK
No comments:
Post a Comment