3

I'm not an admin, but I will like to customize the right click menu.
I searched the web, and fond quiet a few posts on how to change the registry in order to modify the menu - but all require changes in the HKEY_CLASSES_ROOT wich, as I understood, is out of bounds for normal users.
What key should I modify? or, what tool can I use?

The OS is windows 7.

elyashiv
  • 165
  • 2
  • 7

1 Answers1

2

The HKEY_CLASSES_ROOT key provides a merged view of HKEY_LOCAL_MACHINE\Software\Classes and HKEY_CURRENT_USER\Software\Classes. So as a standard (non-admin) user you should have access to the latter key.

Karan
  • 57,289