BootMode Enum

Definition

Specifies the boot mode in which the system was started.

public enum class BootMode
public enum BootMode
type BootMode = 
Public Enum BootMode
Inheritance
BootMode

Fields

FailSafe 1

The computer was started in safe mode without network support. This mode uses a limited drivers and settings profile.

FailSafeWithNetwork 2

The computer was started in safe mode with network support. This mode uses a limited drivers and settings profile, and loads the services needed to start networking.

Normal 0

The computer was started in the standard boot mode. This mode uses the normal drivers and settings for the system.

Remarks

This enumeration defines identifiers that represent the standard operating system startup modes.

This enumeration is used by the BootMode property of the SystemInformation class.

The Normal boot mode is the standard system startup mode. The FailSafe boot mode is also called safe mode. The FailSafeWithNetwork boot mode is also called safe mode with networking.

Applies to