Disable Tool Tips

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How are Tooltips disabled so they will not popup when the cursor crosses icons?
Thanks
 
Click 'Start' > 'Run' > type REGEDIT and 'OK'. Go to the below
folders:





To disable balloon tips in the notification area (Right side of the
task bar):



a.. HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion
\Explorer \Advanced, on right side window change:
EnableBalloonTips = 0


To disable "Show popup description for folder and desktop items"
(Folder Options):



a.. HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion
\Explorer \Advanced, on right side window change:
ShowInfoTip = 0



To disable tooltip for folders:



a.. HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion
\Explorer \Advanced, on right side window change:
FolderContentsInfoTip = 0



To disable tooltips for the start button:



a.. HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion
\Explorer \Advanced, on right side window change:
StartButtonBalloonTip = 0



To disable tooltips for the start menu:



a.. HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion
\Policies \Explorer, on right side window change:
NoSMBalloonTip = 1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top