SysChat is a free online computer support community. Ask questions, share resources, contribute knowledge and discuss technology. Join our growing community to access all features. Register Now!

SysChat » Tips 'n' Tricks » Windows XP » How to disable balloon tips in Windows XP

Windows XP

windows xp help, support, tips, tweaks and tricks

Comment
 
LinkBack Tip Tools
 

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)
Comment





Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is on
Smilies are on
[IMG] code is on
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are on



» Ads



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