This enumeration defines identifiers that represent the standard operating system startup modes.
This enumeration is used by the boot_mode property of the system_information class.
The normal boot mode is the standard system startup mode. The fail_safe boot mode is also called safe mode. The fail_safe_with_network boot mode is also called safe mode with networking.
Enumerator
normal
Starts the computer in standard mode.
fail_safe
Starts the computer by using only the basic files and drivers.
fail_safe_with_network
Starts the computer by using the basic files, drivers and the services and drivers necessary to start networking.