Jump to content

XP Context Menu handler


Recommended Posts

I need to create a script that displays all of the context menu handlers.

I want to enumerate them so I can see each handler that's called when the right click button is pressed in the Windoes Explorer.

I will be presenting the results in a listbox and prehaps allow disableing or deleteing selected hooks.

Andy

Link to comment
Share on other sites

I would imagine this is quite involved and tricky with AutoIt. You could take a look here and see if it already meets your needs:

http://www.nirsoft.net/utils/shell_menu_view.html

WBD

Link to comment
Share on other sites

I would imagine this is quite involved and tricky with AutoIt. You could take a look here and see if it already meets your needs:

http://www.nirsoft.net/utils/shell_menu_view.html

WBD

Nice utility, but not what I need. I really need to 'walk' the context menu hooks so I can see who is hooking in. Then I could uninstall any of them that I thought were causing my really slow context meny display.
Link to comment
Share on other sites

Nice utility, but not what I need. I really need to 'walk' the context menu hooks so I can see who is hooking in. Then I could uninstall any of them that I thought were causing my really slow context meny display.

http://msdn.microsoft.com/en-us/library/aa751968.aspx
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...