Startup Programs [command to find]

G

Guest

What is the command to find out which components / programs are being
loading during startup?
 
N

Newbie Coder

Click START
Click RUN
Type 'regedit' (without quotes) & press OK
Naviage to these keys:

All Users:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Current User:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

Look in the right pane to see what's running on startup

If you want a utility to do it then you have an Autoruns utility on
http://www.microsoft.com/technet/sysinternals/utilities/autoruns.mspx

It will show you a lot of info using that utility

I hope this helps,
 

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