Live from Tokyo: Tech BlogNotes of a Software Developer in Tokyo, Japan who still has a soft spot for C#, Java and PythonRight Click Problems- August 10, 2005 I was using XP tonight and got really fed up with how long it was taking when right clicking on a folder for the menu to pop up. After a quick Google search for xp right click slow I found an article called "Right-click is slow or weird behavior caused by context menu handlers" which suggested using ShellExView to remove "context menu handlers". It took just a few minutes to find that it was PGP that was the problem. Once I disabled PGP's menu, XP's right click menu popped up instantaneously....http://www.stuartwoodward.com/tech/archives/000416.html |