Task Mgr on at Startup ?

  • Thread starter Thread starter zero
  • Start date Start date
Z

zero

How can i set the task manager - performance tab -minimized , to show on
startup ?

I like to see the cpu green display in the bottom right corner

thanks
 
You can create a batch file which calls the task manager and then place the
batch file in C:\Documents and Settings\UserName or All users\Start
Menu\Programs\Startup.
I am not sure about how the performance tab can be brought up as default
though.I have not seen command line options with taskmgr.

copy con task.bat
taskmgr.exe
ctrl+Z (to end the batch file)
 
I believe you will want to put taskmgr.exe in your start-
up folder. You can usually find taskmgr is a couple of
locations on your hard drive, but it is always in the
windows/system32 folder.

Hope this helps.

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top