Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smklancher committed Jul 2, 2018
1 parent 579cef1 commit 00e8225
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.MD
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)

0 comments on commit 00e8225

Please sign in to comment.