|
| How to disable balloon tips in Windows XP By Sami
03-22-2006
| | |
To disable balloon tips in Windows XP Follow steps below:
1. Start -> Run -> Type Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced\
3. Create a DWORD value of EnableBalloonTips (right click on the right pane New -> DWORD value)
4. Give it a value of 0 Or use the script below. Code: REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000
For instructions on how to save and run the script please visit ( http://www.syschat.com/1570-post2.html)
|
|