Minimize to tray

This program minimizes an application to the Windows taskbar notification area (also informally known as the system tray).

This might be useful for long-running programs that you are happy to leave in the background and forget about.

This is designed to be scriptable – if you want something more interactive/point-and-click, you might prefer: RBTray.

Download

Download the utility from:

The source code is available at:

…and released under an open source MIT License.

Usage

Usage:

minimize-to-tray [/MIN|/NOMIN] [/NOTIFY|/NONOTIFY] "title"|"*suffix"|"prefix*"|"*substring*"

Where:

Effect:

Troubleshooting

reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream /f && taskkill /im explorer.exe /f && start "Restarting" /d "%systemroot%" /i /normal explorer.exe