PowerMenu – Minimizing application to system tray
I would like to share one of my favorite utility tools with you. PowerMenu is the collection of extensions to the window menu which really save me when I am working with lot of application at a time. Following are the listing of those extensions:
Priority > Changes the priority of the window's parent process
Transparency > Changes the transparency level of the window (Windows 2K/XP only)
Always On Top > Makes the window sit on top of other windows even if it doesn't have focus.
Minimize To Tray > Remove the window from the task-list and places the window's on the system tray.
Most of the time my task bar is filled with some of the applications every time. These applications like CVS, Explorer, TextPad, Browser (IE2) and some word documents etc. Even though I need CVS once in a hour, but I prefer to keep open every time. It’s my habit!!! :) Same goes to utilities TextPad (with very small size and always on top mode) and IE2 as well. This results with lot of application taking my “precious” place in task bar. So PowerMenu utility comes handy to move some of the “required” application to system bar to make task bar more cleaner.
You can download it from following URL:
http://www.veridicus.com/tummy/programming/powermenu/
I have created a small batch file and placed it into the Startup folder so that I don’t need to run every time. Batch file contains following command:
PowerMenu.BAT
"E:\Utilities\PowerMenu\PowerMenu.exe" -hideself on
Thanks Thong Nguyen for this handy utility!!