-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
579cef1
commit 00e8225
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Refresh Notification Area | ||
|
||
Created for a StackOverflow answer: | ||
[Can you send a signal to Windows Explorer to make it refresh the systray icons?](https://stackoverflow.com/questions/74723/can-you-send-a-signal-to-windows-explorer-to-make-it-refresh-the-systray-icons/18038441#18038441) | ||
|
||
More commonly called the System Tray, the Notification Area can leave orphaned icons when processes are killed. These icons disappear when you mouse over them. This utility simply clears these icons programmatically. The basic work in this isn't mine, but I've updated it to work with hidden icons. For more detail see [Refreshing the Notification Area (System Tray)](http://blog.stephenklancher.com/2013/08/refreshing-the-notification-area-system-tray) | ||
|
||
[Requires Microsoft Visual C++ 2013 Redistributable](http://www.microsoft.com/en-us/download/details.aspx?id=40784) |