Tip How to turn off "Improve microsoft visual studio performance" notification

aeskan

Well-known member
Joined
Aug 10, 2011
Messages
63
Programming Experience
3-5
Hello everybody,

Most of us have the VS icon with the tooltip "Improve microsoft visual studio performance" appear in our taskbar tray EVERY TIME we run VS 2010 RTM Ultimate. We cannot get rid of this!! Even if we set it to "hidden" in the start menu options the next instance of VS will bring up yet another one! This is really annoying. Here is a tip from Microsoft Support to prevent this notification from beying displayed.

Customers who cannot install the update can set (or add) the following registry key to prevent the notification from being displayed: [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\General] "UIAOverride"=dword:00000001

Useful links: Visual Studio 2010 runs faster when the Windows Automation API 3.0 is installed
 
Back
Top