REG: ControlSet\Select Subkey Entries
Article ID: 102984
Article Last Modified on 11/1/2006
APPLIES TO
- Microsoft Windows NT Advanced Server 3.1
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Server 4.0 Standard Edition
- Microsoft Windows NT Workstation 3.1
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Workstation 3.51
- Microsoft Windows NT Workstation 4.0 Developer Edition
- Microsoft Windows NT Advanced Server 3.1
This article was previously published under Q102984
CONTROLSET\SELECT SUBKEY
The Select subkey under HKEY_LOCAL_MACHINE\SYSTEM maintains information
about the control sets for the currently selected computer. The Select
subkey contains four named values:
Current REG_DWORD 0xN, where N identifies a control set
Identifies the control set from which the CurrentControlSet subkey is
derived. If this value is 0x1, for example, the subkey producing the
CurrentControlSet is ControlSet001.
Default REG_DWORD 0xN, where N identifies a control set
Identifies the default control set. If this value is 0x1, for example, the
default control set is ControlSet001.
Failed REG_DWORD 0xN, where N identifies a control set
Identifies the control set number of the control set that was last
rejected
and replaced with a LastKnownGood control set.
LastKnownGood REG_DWORD 0xN, where N identifies a control set
Identifies the last control set that successfully started the system. If
this value is 0x1, for example, the last control set known to be good is
ControlSet001.
Reference: "The Windows NT Resource Kit for Operating System Version 3.1".
Additional query words: prodnt
Keywords: kbother KB102984