to add item to open with list...

Status
Not open for further replies.

prasad

back to future
i've an application( notepad2) which is not installed to be ran, now only drag n drop works with it( no browse in the open with list works)..how can i do tht?:mad:
 

Vishal Gupta

Microsoft MVP
Paste following code in notepad and save it with name "vishal.reg" (including quotes):

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\notepad]
@="Open with Notepad2"

[HKEY_CLASSES_ROOT\*\shell\notepad\command]
@="C:\\Notepad2.exe"

PS: Replace "C:\\Notepad2.exe" with the exact path of the file and make sure to use \\. :)

Now run the file and u'll get an option "Open with Notepad2" whenever u'll right-click on any file.
 
OP
prasad

prasad

back to future
i didnt get it...am not using any third party..i moved thru regedit..and failed...
a lil mor xplanation pls..
thnx for replis :)
 

piyush gupta

Cyborg Agent
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\notepad]
@="Open with Notepad2"

[HKEY_CLASSES_ROOT\*\shell\notepad\command]
@="D:\\notepad2\\notepad2.exe"

Save it and give name "Vishal.reg" or what every u like
 
Status
Not open for further replies.
Top Bottom