Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I add an entry in context menu on windows 7 without admin rights

I would like to add an entry in the context menu in windows 7. Basically when I right click I would like to have something like "open Console2 here". There are out there tutorials that describe a method that modify the registry like this post. I do not have admin right and as such cannot create registry keys.

Is there any way to do this without admin rights ?

like image 398
statquant Avatar asked Dec 10 '25 08:12

statquant


1 Answers

Answered Question on Superuser.com

Looks like this has already been answered on Superuser.com

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.

Thanks to Karan

like image 51
raoel Avatar answered Dec 13 '25 16:12

raoel