powered by QualityHosting

Disable the security notice balloon tip

If you run a .NET application from a partially trusted location a yellow balloon tip appears telling the user that maybe not all functionality will be available due to security restrictions.

There are situations where you do not want this balloon to show up - for example when deployment within your corporate intranet.

Put the following three lines into a .REG file and import them into the registry. But notice: This will disable ALL balloon tips on your system (e.g. "low disk space", ...).

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000

[Comments]


 

 

   Copyright (C) 2003-2008 dotnet-online.com. All Rights reserved.

Contact Me | Legal