Custom Right Click Menu Item

M

Mike McCollister

In Windows XP I was able to add a batch file entry to the right click menu
on a folder. Here is the registry file that I add to do such.

-- Begin "jhead Rename.reg" --
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\jheadRename]
@="Rename &JPEGs with jhead"

[HKEY_CLASSES_ROOT\Directory\shell\jheadRename\command]
@="cmd.exe /k \"cd %L & jheadRename.bat & exit\""

-- End "jhead Rename.reg" -

Well, I can't do this in Vista in my standard user account as this is in the
HKEY_CLASS_ROOT section. How can I do this with my standard account and only
effect that account (i.e. in the HKEY_CURRENT_USER area instead of the
HKEY_CLASS_ROOT area)?

Thanks,

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top