Stopping something starting up

K

kaysig

I have a program that starts up when I turn on the computer, which is
annoying. There is nothing I can choose in the options of the program to
stop it. How do I stop it from starting?
 
R

Rock

kaysig said:
I have a program that starts up when I turn on the computer, which is
annoying. There is nothing I can choose in the options of the program to
stop it. How do I stop it from starting?

What's the program?

Look at autoruns from Microsoft.
http://www.google.com/search?hl=en&q=autoruns&btnG=Google+Search

Or locate where it's startup from and remove it from there, either from one
of the startup folders or one of the run keys in the registry.

C:\Documents and Settings\<username>\Start Menu\Programs\Startup
C:\Documents and Settings\All Users\Start Menu\Programs\Startup

For anything else uncheck their entries in the startup tab of msconfig:
Start | Run | Msconfig | Ok

Another option is to remove the reference to them from one of these keys in
the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce

Make sure you have a backup of the registry using a program like ERUNT
before making any changes to the registry.

ERUNT
http://www.larshederer.homepage.t-online.de/erunt/
http://www.larshederer.homepage.t-online.de/erunt/erunt.txt

Installing and Using ERUNT
http://www.silentrunners.org/sr_eruntuse.html
http://www.winxptutor.com/regback.htm
 

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

Top