Windows 7 task bar in auto-hide, hide again after notification
Solution 1:
There are two scenarios in Windows 7 when this is happening. The first one is when an application starts flashing in the taskbar and the second one is when a notification balloon pops up in the notification area on the right of the taskbar.
Just with Windows 7 settings you can solve the second scenario by going into the notification settings by clicking on the little hidden icon on the left side of the tray, and then clicking Customize and play here with the options or if you want to completely disable balloon notifications go to the registry and browse down the following key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Right-click on the right-hand pane, and create a new 32-bit DWORD with the following values:
- Name: EnableBalloonTips
- Value: 0
- Logoff to see the changes.
The first scenario can't be solved just with Windows 7 tweaks/settings. You need additional software for this problem. Aviassin Taskbar Eliminator (freeware) is just perfect for this (in my opinion). When you click 'Hide Taskbar' it will disappear but the start orb remains visible, however, if you set the the taskbar to 'Auto Hide' before eliminating the taskbar, it works like a charm. the start orb will not appear if you hit the bottom of the screen, ONLY if you press the windows key. And if you want you could combine this with another software called VistaSwitcher to toggle conveniently between open applications and folders. Also you could try this programs:
- TaskbarHide
- Hide Taskbar
(from user SgtOJ) I am not sure if this will help hide again the taskbar but you can disable flashing icon/application on Taskbar
- Click the Start icon
- Type in
regedit
- Select regedit from the top of the result
- Go to:
HKEY_CURRENT_USER\Control Panel\Desktop
- Editing
ForegroundFlashCount
- Find
ForegroundFlashCount
- Double click
ForegroundFlashCount
- Replace the value for Value Data with
1
- Find
- Editing
ForgroundLockTimeout
- Find
ForegroundLockTimeout
- Double click
ForegroundLockTimeout
- Replace the value for Value Data with
0
- Find
- Reboot