Menu

Remove “Troubleshoot Compatibility” from the Windows Context Menu


You’ll want to note that we’re not necessarily recommending that you remove this item, since it could be useful if you’re having compatibility issues with an application, but we’re fans of showing how to do something—also, we just like tinkering in the registry.
                         image
Open up regedit.exe through the Start Menu search or Run box, and then head down to the following registry key:

    HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\Compatibility

You should see a key over on the right-hand side, and if you add a “-“ character to the beginning of the value, the item will disappear entirely from the context menu for executables, at least . Of course, you could also delete the key, but please don’t just delete it without testing this way out first.
                          
Next you’ll want to head down to this registry key, which does the same thing for application shortcuts:

    HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\Compatibility

Make the same change on the right-hand side.
                           
It’s probably a better bet to right-click on the key on the left-hand pane, choose Export, and then save it out to a registry file that can be restored later by simply double-clicking on it. Once you’ve done that, then you can remove the key entirely, which will reduce the registry calls for this item, and give you a solid 0.000000000000001% speed increase.

At this point you can right-click on an application file, and you won’t see the troubleshoot compatibility item anymore.

Make sure to check out our guide to using Program Compatibility Mode in Windows 7 before you make this registry hack—it’s really a very useful feature.

No comments:

Post a Comment