The content on this page may be out-of-date or have been superseded by newer information, and links on this page to other sites may not work. This page has been archived for future reference.
em 01-19-2014 04:16 PM
when ever cursor is on most items a pop up information box shows with a descriotion of what the cursor is floating over, how do I stop this from happening, disable the info box pop up
em 01-20-2014 12:56 AM
To disable infotips from desktop items try this:
Start > Control Panel > Tools > Folder options...
Select 'View' and scroll to bottom of 'Advanced settings'.
Uncheck 'Show pop-up description for folder and desktop items'.
Note that taskbar infotips will still be shown. However, for a more comprehensive solution, you could try the following (make a .reg file):
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr
"ShowInfoTip"=dword:00000000
"FolderContentsInfoTip"=dword:00000000
"StartButtonBalloonTip"=dword:00000000
"EnableBalloonTips"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur
"ShowInfoTip"=dword:00000000
"EnableBalloonTips"=dword:00000000
"StartButtonBalloonTip"=dword:00000000
"FolderContentsInfoTip"=dword:00000000
You can modify to suit: 0 = false, 1 = true
Modifying to registry can cause severe problems. You do so entirely at your own risk!
United States
© 2014 Acer Inc.