Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Config.sys in Win 2000

Status
Not open for further replies.

piratedog

Programmer
Aug 1, 2002
10
0
0
US
I need to find what programs are starting up when I turn on computer. I know Config.sys does not exist in W2k. Where is this beast hiding the info on the programs starting up. Thanks
 
There are many places that things can hide in Windows 2000 which execute on startup

Try the following

1. Win.ini or system.ini files in your windows folder

2. in your registry: hklm/software/microsoft/windows/currentversion/run

or of course in the startup folder in your start menu

There is an application available which shows these and allows you to turn them off, do a search for MSConfig in the internet (it doesnt ship with some versions of 2k)
 
and there is autoexec.nt and config.nt wich are used to load the cmd enviroment.
 
There is a small program called Cool Runners which will tell you everything that runs at bootup.
I can't find it in google, perhaps someone can direct us to it. It's a vbs script I remember.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top