XP Registry Query

  • Thread starter Thread starter Magoo
  • Start date Start date
M

Magoo

Hi,

After installing some software onto my new XP Machine, I am getting the XP
"System Shutdown" which automatically shutsdown my machine. I want to find
out what might be causing this, and how I can fix it. My thoughts are that
something is automatically started at startup which is causing this.

Where in the registries are the lists of the non-system (windows)
executables that
are run during the XP startup?

Thanks.
 
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows//CurrentConfig/Run
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows//CurrentConfig/RunOnce


--
Tumppi
Reply to group
=================================================
Most learned on nntp://news.mircosoft.com
Helsinki, Finland (remove _NOSPAM)
(translations from FI/SE not always accurate)
=================================================
 
This won't fix your problem, but it'll keep your machine from rebooting.

Choosing recovery actions if Windows stops unexpectedly

Right click My Computer | Properties | Advanced tab |
Click the Settings button under Startup and Recovery |
Under System Failure | UNCheck: Automatically restart |
OK |Apply | OK

[[Specifies whether Windows will automatically reboot whenever the system
stops unexpectedly.
You must be logged on as a member of the Administrators group to set
recovery options.]]
===

With Windows XP Home, There are 13+ places that programs can start from and
they are executed in the following order:

Before Logon
1)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
2) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices

After Logon
3)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup
4) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
5) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
6) WIN.INI [Windows] Load
7) WIN.INI [Windows] Run
8) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
9) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
10) C:\Documents and Settings\All Users\Start Menu\Programs\Startup
11) C:\Documents and Settings\Your Name Here\Start Menu\Programs\Startup
12) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
13) As a Scheduled Task set to run at startup.
 
Back
Top