How I add item to context menu?? |
|
07-01-2012, 03:51 PM
(This post was last modified: 07-01-2012 04:05 PM by Shintaro.)
|
|||
|
|||
|
How I add item to context menu??
I have some registry setting that work in Win XP and Win 7, but ONLY for the Win 7 Administrator, not for the Standard User accounts. Does anybody know why?
It is not permissions, I have given my Standard User account Full Permissions to those specific registry keys. As far as I can work out it *seems* to be related to CLSID's. For example if I play around with giffile registry key, in this article (http://www.howtogeek.com/107965/how-to-a...ext-menu/) by adding anything to the .gif context menu, it works fine. Quote:Windows Registry Editor Version 5.00 Thoughts create realities. To be old and wise, You must first be young and stupid. Try to live an ordinary life, in a non-ordinary way. |
|||
|
07-01-2012, 04:16 PM
|
|||
|
|||
|
RE: How I add item to context menu??
Are you using code to add this (registry changes), or are you setting it manually?
|
|||
|
07-01-2012, 04:28 PM
(This post was last modified: 07-01-2012 05:15 PM by Shintaro.)
|
|||
|
|||
|
RE: How I add item to context menu??
Manually either by adding them indivually in to the registry and by importing them, tried both.
I just tried adding those registry changes to:HKEY_CURRENT_USER\Software\Classes rather than HKEY_CLASSES_ROOT. As per http://msdn.microsoft.com/en-us/library/...85%29.aspx No change. Thoughts create realities. To be old and wise, You must first be young and stupid. Try to live an ordinary life, in a non-ordinary way. |
|||
|
07-01-2012, 06:32 PM
|
|||
|
|||
|
RE: How I add item to context menu??
That seems odd. Have you tried using third party tools to see if that makes a difference?
http://www.door2windows.com/ultimate-win...p-vista-7/ |
|||
|
07-01-2012, 06:53 PM
|
|||
|
|||
|
RE: How I add item to context menu??
Thanks mate, but that tool doesn't let me add options to the context of the .dmp files.
The above allow you to right click on a .dmp file that should show "Debug this dump" which runs Windbg, and also runs commands in the commands.txt file. Thoughts create realities. To be old and wise, You must first be young and stupid. Try to live an ordinary life, in a non-ordinary way. |
|||
|
07-02-2012, 10:52 AM
|
|||
|
|||
|
RE: How I add item to context menu??
So I've been searching for reasons to explain this and I can't find any similar instances where it would only work for the Admin account.
Have you had any luck with this? |
|||
|
07-14-2012, 03:14 AM
(This post was last modified: 07-14-2012 03:16 AM by Shintaro.)
|
|||
|
|||
|
RE: How I add item to context menu??
I should have added this a long time ago as my work-around.
Run windbg -IA (as Admin) Modify users registry: Windows Registry Editor Version 5.00 [HKEY_USERS\S-1-5-21-1089041261-4100035445-2517832506-1002_Classes\Applications\windbg.exe\shell\open\command] @="C:\\WinDDK\\7600.16385.1\\Debuggers\\windbg.exe -z %1 -c $<c:\\Tools\\windbg\\commands.txt" Works by double clicking on a .dmp file. Thoughts create realities. To be old and wise, You must first be young and stupid. Try to live an ordinary life, in a non-ordinary way. |
|||
|
07-14-2012, 02:36 PM
|
|||
|
|||
|
RE: How I add item to context menu??
Eh, as long as it works for you I guess is all that matters.
Thanks for posting your work around. |
|||
Possibly Related Threads... |
| Thread: | Author | Replies: | Views: | Last Post | |
| Get a Classic Start Menu on Windows 7 | KoBE | 1 | 404 |
08-03-2012 01:25 PM Last Post: ☠bones☠ |
|
| Registry Tweaking Context Menu (Right Click Menu) | AceInfinity | 13 | 917 |
06-29-2011 12:06 AM Last Post: Predator |
|
| Users browsing this thread |
| 1 Guest(s) |




