Tuesday, June 02, 2009

Add to the Right click context menu in Windows

I use UltraEdit to edit all sorts of log, html, ora etc extensions and I was not having "Edit with UltraEdit" on my right click context. Use the following code to create such option:-

REGEDIT4

[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="Edit with UltraEdit"

[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="\"C:\\Program Files\\UltraEdit\\uedit32.exe\" %1"


1. Save the code to file.reg [Change the path if required]
2. Double Click the file
3. Click yes on "Are you sure you want to add the information in file.reg to the registry?"

No comments:

Post a Comment

Thank you for your feedback