Creating a Default File Opener
If you have a un-registered file type and want to view it with Explorer's
Right-click you can add your program to the right-click options by:
-
Starting Regedit
-
Go to HKEY_CLASS_ROOT \Unknown
-
Highlight the Shell Folder below it
-
Right click on Shell and create a New Key
-
Name it anything you want (For example NOTEPAD)
-
Create a New Key under that named command
-
Highlight the Command key
-
Double click on the Default value in the right hand panel
-
In Value Data, enter the path and filename of the program you want to use
to open the file type
-
For example: C:\WINDOWS\NOTEPAD.EXE %1
-
Click on OK
In this example, when you right click on a file in Explorer, NOTEPAD will
show up as an option.
|