Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   How Do I Kill Tool Tips? (https://thetfp.com/tfp/tilted-technology/99905-how-do-i-kill-tool-tips.html)

Wyodiver33 01-15-2006 11:59 AM

How Do I Kill Tool Tips?
 
Hi all. When I put my mouse pointer over a quickstart icon I get an annoying pop-up tool tip. How can I kill that "Feature?"

Wyodiver33 01-15-2006 12:00 PM

Sorry, Win XP Pro SP2

Wyodiver33 01-16-2006 05:40 PM

Ok then. I guess I'm screwed.

cyrnel 01-16-2006 07:07 PM

Do you mean icons in the quick launch bar? (usually next to the Start button)

You can change the properties. Rt-click->Properties->General tab. Some are downright wordy.

There are also the Windows Explorer tip settings. Some can be changed by tweakui, some not. Use Regedit if you're comfy with it:

There's:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\tips\Show

Then a bunch in HKEY_CurrentUser\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\

EnableBalloonTips
FolderContentsInfoTip
ShowInfoTip
StartButtonBalloonTip

Setting each DWORD to zero disables the tip type.

*Standard Disclaimer* Write down original values and make a backup before changing anything. Do not try this at home. ...

R3d 01-18-2006 02:12 PM

a quicker way.. is to load up your local security policy or GPO..

go to run>gpedit.msc

then go thru to..
user configuration > administrative templates > start menu and taskbar > "enable" remove balloon tips on start menu items

another way to get to this setting is
run > mmc > file > add/remove snap ins > add > group policy object editor
then go to user configuration > administrative templates > start menu and taskbar > "enable" remove balloon tips on start menu items

i find this way a lot easier and safer then playin aroudn with the registry

cyrnel 01-18-2006 03:37 PM

Yep, that policy setting (NoSMBalloonTip) affects the start menu balloon tips but not the others. (and if you're reading on XP Home, gpedit.msc isn't included)

Notification area tips can be controlled with EnableBalloonTips
Popup folder info bubbles with FolderContentsInfoTip
Icon description bubbles with ShowInfoTip

There are half a dozen other hand-holders but they can be controlled with tweakui or built-in windows controls.

It's often easiest (and safer than regedit) to just merge preferred registry settings from a template file. i.e. custom settings.reg:
Code:

;Customize tips

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FolderContentsInfoTip"=dword:00000000

;etc.



All times are GMT -8. The time now is 09:07 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73