SysChat

SysChat (http://www.syschat.com/forum.php)
-   Windows XP (http://www.syschat.com/tips-n-tricks/windows-xp/)
-   -   How to disable balloon tips in Windows XP (http://www.syschat.com/how-disable-balloon-tips-windows-xp-562.html)

Sami 03-22-2006 06:26 PM

How to disable balloon tips in Windows XP
 
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)


All times are GMT -4. The time now is 10:25 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54