Login to TechLifeForum X
Board Index Go to Reboot.Pro
  • Account Login
  • Register
TechLifeForum
  • Home
  • Members
  • Awards
  • Rules
  • Help
  • Donate
  • Live IRC
TechLifeForum / Computer Support / Windows Operating Systems v
« Previous 1 2 3 4 5 6 ... 11 Next »
/ How I add item to context menu??[Advanced Search]
Reply to thread
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

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.)
Post: #1
Shintaro Offline
Member
**
Posts: 229
Joined: Jan 2012
Reputation: 5
Visual Basic School Graduate
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

[HKEY_CLASSES_ROOT\.dmp]
@="Debugger.Dump"

[HKEY_CLASSES_ROOT\Debugger.Dump]

[HKEY_CLASSES_ROOT\Debugger.Dump\DefaultIcon]
@="C:\\Program Files\\Debugging Tools for Windows (x86)\\cbd.exe"

[HKEY_CLASSES_ROOT\Debugger.Dump\Shell]

[HKEY_CLASSES_ROOT\Debugger.Dump\Shell\Debug_Dump]
@="Debug This Dump"

[HKEY_CLASSES_ROOT\Debugger.Dump\Shell\Debug_Dump\Command]
@=\"C:\\Program Files\\Debugging Tools for Windows (x86)\\windbg.exe\" -z \"%1\" -c \"$<C:\\Program Files\\Debugging Tools for Windows (x86)\\commands.txt\"

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.
Find
Reply
07-01-2012, 04:16 PM
Post: #2
RDCA Offline
Senior Member
***
Posts: 278
Joined: Jun 2011
Reputation: 9
Youtube Video Award
RE: How I add item to context menu??
Are you using code to add this (registry changes), or are you setting it manually?
Find
Reply
07-01-2012, 04:28 PM (This post was last modified: 07-01-2012 05:15 PM by Shintaro.)
Post: #3
Shintaro Offline
Member
**
Posts: 229
Joined: Jan 2012
Reputation: 5
Visual Basic School Graduate
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.
Find
Reply
07-01-2012, 06:32 PM
Post: #4
KoBE Offline
¯\_(ツ)_/¯
*******
Administrators
Posts: 4,152
Joined: Jun 2011
Reputation: 47
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/

-> TechLifeForum on Facebook<- 
-> TechLifeForum on YouTube<-
-> TechLifeForum on Twitter<-

Tech.Reboot.Pro
WWW Find
Reply
07-01-2012, 06:53 PM
Post: #5
Shintaro Offline
Member
**
Posts: 229
Joined: Jan 2012
Reputation: 5
Visual Basic School Graduate
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.
Find
Reply
07-02-2012, 10:52 AM
Post: #6
KoBE Offline
¯\_(ツ)_/¯
*******
Administrators
Posts: 4,152
Joined: Jun 2011
Reputation: 47
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?

-> TechLifeForum on Facebook<- 
-> TechLifeForum on YouTube<-
-> TechLifeForum on Twitter<-

Tech.Reboot.Pro
WWW Find
Reply
07-14-2012, 03:14 AM (This post was last modified: 07-14-2012 03:16 AM by Shintaro.)
Post: #7
Shintaro Offline
Member
**
Posts: 229
Joined: Jan 2012
Reputation: 5
Visual Basic School Graduate
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.
Find
Reply
07-14-2012, 02:36 PM
Post: #8
KoBE Offline
¯\_(ツ)_/¯
*******
Administrators
Posts: 4,152
Joined: Jun 2011
Reputation: 47
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.

-> TechLifeForum on Facebook<- 
-> TechLifeForum on YouTube<-
-> TechLifeForum on Twitter<-

Tech.Reboot.Pro
WWW Find
Reply
Reply to thread


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

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


Users browsing this thread
1 Guest(s)
Youtube Facebook Twitter Digg
Return to Top
All content © copyright TechLifeForum
Powered By MyBB, © 2002-2013 MyBB Group
Designed by ThemeFreak
Mobile Version