How to add an explorer context menu for a file extension ?
Posted
by asksuperuser
on Super User
See other posts from Super User
or by asksuperuser
Published on 2010-05-02T10:24:37Z
Indexed on
2010/05/02
10:28 UTC
Read the original article
Hit count: 255
Windows
I inspired from my other question here http://superuser.com/questions/129755/how-to-get-open-command-window-here-while-clicking-on-exe-not-on-parent-folder and tried this
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\.sln]
[HKEY_CURRENT_USER\Software\Classes\.sln\shell]
[HKEY_CURRENT_USER\Software\Classes\.sln\shell\countlines]
@="countlines"
[HKEY_CURRENT_USER\Software\Classes\.sln\shell\countlines\command]
@="c:\\countlines\\countlines.exe" %1
but it doesn't work.
© Super User or respective owner