Can System Tooltips be Turned Off?

Is there a setting in the Registry or elsewhere that will turn off tooltips system-wide (XP & Win2K)?

TIA,
Daiwa
7,748 views 12 replies
Reply #1 Top
Registry Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Data Type: REG_DWORD [Dword Value] // Value Name: ShowInfoTip
Modify/Create the Value Name [ShowInfoTip] according to the Value Data listed below.
Value Data: [0 - ShowInfoTip Disabled / 1 - ShowInfoTip Enabled]

Reboot
Reply #2 Top
Thanks, yrag. They can be so annoying, those tooltips.

Cheers,
Daiwa
Reply #3 Top
What about those annoying tooltips on the taskbar? Can you turn those off?
Reply #4 Top
I'll let you know, Fuz, but I think the key refers to the Explorer process, so should also turn off Taskbar tooltips. Unless you have experience otherwise.

Cheers,
Daiwa
Reply #5 Top
I'm with you, FL. The tt I want rid of are on the Start Button, Start panel & More Programs list. I thought maybe there's a WB or SkinStudio setting I didn't know about, but I always forget to ask when in here.
Reply #6 Top
bloop- double-clicked
Reply #7 Top
Well, changing that key did not seem to do anything - I still get tooltips all over the place, including the TaskBar & StartPanel.

Any other ideas? I'd dearly love to get rid of them.

Cheers,
Daiwa
Reply #8 Top
OK...try this:

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\
Advanced]
Value Name: EnableBalloonTips
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disabled, 1 = enabled)
Reply #9 Top
TweakUI will allow you to turn off tooltip balloons. It's great because it has many other features on it. http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

Reply #10 Top

Nah, it's not balloon tips - got rid of those ages ago. It's those annoying things, like 'click here to begin' etc.

For crying out loud, doesn't Microsoft realize we do have intelligence enough to know what a start button is for, grrrr! Hope these annoyances are fixed in Vista.

Reply #11 Top
I tried TweakUI and that didn't get rid of the TaskBar/StartMenu tooltips either. And the EnableBalloonTips Reg entry was already set to (0).

Thanks for the input guys - appreciate it. Any other tricks turn up, let us know.

Cheers,
Daiwa
Reply #12 Top

Fuzzy,

I found that modifying the string (folder 34 > line 533) in "explorer.exe" from "Click here to begin" to just the "" symbols - then recompiling > saving as new file > change the data in "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Winlogon\Shell" from "explorer.exe" to the modified file, forced Windows to drop the Start button balloon.

Used "ResHack" to do it.

Will continue to poke around to see if I can find the magic location of the taskbar balloons.