How do I disable the Windows XP balloon tips?
August 26th, 2005 . by AliTo disable the Windows XP Notification Area balloon tips:
1. Use the registry editor to navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
2. on the Edit menu, press New and DWORD value.
3. Type a Value Name of EnableBalloonTips.
4. Double-click EnableBalloonTips and type 0.
Alternately, open a CMD.EXE window and type:
REG ADD “HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced” /V EnableBalloonTips /T REG_DWORD /F /D 0

I have tried this but no joy - still get the annoying tips, especially for wireless out of range. I could elimanate it by switching off the tray icon, but I do still want to see the status, just not to be told about it incessantly? I’m on XP SP2.
Any suggestions?
Hans