views:

28

answers:

1

I have been trying to manipulate my right clicks inside windows, using the registry. I managed to add single lines inside the shell.

[HKEY_CLASSES_ROOT\Directory\shell\Notepad
[HKEY_CLASSES_ROOT\Directory\shell\notepad\Command]    
@="\"notepad.exe" \"%1\""

would launch notepad for example.

Now, what I really want is a subdirectory inside the context menu though.

Any one have any idea where I can read up on this, or have an idea how to actually do it?

A: 

Try using this tool:

http://www.nirsoft.net/utils/shexview.html

Mike Ohlsen

related questions