Windows 7 – How to Disable Flashing Icons on Windows 7 Taskbar

taskbarwindowswindows 7windows-registry

I set my Windows 7 taskbar to auto-hide. However, sometimes when a program changes or something new happens in a program, the taskbar will show its self, and its respective taskbar icon will begin flashing orange.

Here's what I'm talking about:

enter image description here

To make the taskbar hide again, I have click on the program before I can go back to what I was doing.

Anyways, I personally find this very annoying, and would love to find a way to either:

  1. Prevent the taskbar from having such alerts.
  2. Prevent the taskbar from showing its self when it has such alerts.

I've searched around quite a bit, and really only found answers to this for XP.

I've also found another Stack Exchange Question looking for the same thing for Windows 7. However, none of the answers to the question were really what I'm looking for. I'm not looking to hide the taskbar, or control the number of flashes.

However, this answer seems to be what I'm looking for, so I downloaded and tried out the program. It works perfectly, other than the fact that the start menu icon is always shown, regardless of the taskbar being set to auto-hide.

So, any ideas on how to fix this problem?

Best Answer

Steps to disable flashing icon on Taskbar - Windows 7

  1. Click the Start icon
  2. Type in regedit
  3. Select regedit from the top of the result
  4. Go to: HKEY_CURRENT_USER\Control Panel\Desktop
  5. Editing ForegroundFlashCount
    1. Find ForegroundFlashCount
    2. Double click ForegroundFlashCount
    3. Replace the value for Value Data with 1
  6. Editing ForegroundLockTimeout
    1. Find ForegroundLockTimeout
    2. Double click ForegroundLockTimeout
    3. Replace the value for Value Data with 0
  7. Reboot

This is the way to do it without any 3rd-party applications. The steps are in detail steps to help both experienced and non-experienced users. If you want to undo these changes, repeat the steps above using the original values: ForegroundFlashCount is 7; ForegroundLockTimeout is 30d40.

Disclaimer : You should always backup your registry before editing your registry.

Related Question