running taskmgr.exe minimized at startup

  • Thread starter Thread starter Gage Leone
  • Start date Start date
G

Gage Leone

I was wondering if it is possible to have XP's task
manager run from the startup folder or registry and
position itself in a minimized state in the notifacation
area. I constantly find myself starting and minimizing
it, I like to keep an eye on cpu occupancy and would love
to have it already there for me if anyone knows how i
would be very grateful
Or even of an applet or small util that i could install
to get the same effect

Many thanks
Gage Leone
 
Open Notepad and copy/paste the following into it:


Set WshShell = WScript.CreateObject("WScript.Shell")
X = WshShell.Run("taskmgr.exe",7, FALSE)


Save the file with a VBS extension and create a shortcut to it in your
Startup folder.
 
Back
Top