How to stop startup programs

  • Thread starter Thread starter yoyo
  • Start date Start date
Y

yoyo

Is there another way (BESIDES msconfig) for managing
certain programs to NOT start when I log in for the first
time in Windows 2000?

The programs I want to stop, I can't (my bad luck) through
the very programs themselves (for example, Quicktime's
(version 5) qttask.exe taskbar icon, which is a memory hog
that I can't "uncheck" in its preferences).
 
yoyo said:
Is there another way (BESIDES msconfig) for managing
certain programs to NOT start when I log in for the first
time in Windows 2000?

The programs I want to stop, I can't (my bad luck) through
the very programs themselves (for example, Quicktime's
(version 5) qttask.exe taskbar icon, which is a memory hog
that I can't "uncheck" in its preferences).

Programs run at startup time in various ways, each of which
can be controlled manually:
- As a service: Put the startup mode to "manual", then start
the service with a "net start" command.
- As a scheduled task: Don't schedule it.
- In one of the "Startup" folders: Remove the item from that folder.
- Via the RUN key in the registry: remove it from the registry.
- By the logon script: manage your logon script.
- As a policy script (visible in gpedit.msc): manage your policy script.
 
yoyo said:
Is there another way (BESIDES msconfig) for managing
certain programs to NOT start when I log in for the first
time in Windows 2000?

The programs I want to stop, I can't (my bad luck) through
the very programs themselves (for example, Quicktime's
(version 5) qttask.exe taskbar icon, which is a memory hog
that I can't "uncheck" in its preferences).

You should get autoruns from sysinternals (www.sysinternals.com) which
shows you all the startup programs it's free and check the site, it's
full of great free utilities !

Simon
 

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