|
You can go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanc ed
and create a reg dword, EnableBalloonTips and set the value to 0.
Or, copy the text between the lines to Notepad and Save As balloon.reg
Then right-click the file and Merge to put this entry into the registry.
--------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanc ed]
"EnableBalloonTips"=dword:00000000
----------------------------------------------------------
|