Specifies in which mode to start the computer.
[Visual Basic] Public Enum BootMode [C#] public enum BootMode [C++] public enum BootMode
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Starting the computer in Fail-safe mode bypasses the user's startup files. Fail-safe is also called SafeBoot.
Member Name | Description |
---|---|
FailSafe | Starts the computer in Fail-safe mode. |
FailSafeWithNetwork | Starts the computer in Fail-safe mode with network access. |
Normal | Starts the computer in normal mode. |
Namespace: System.WinForms
Assembly: System.WinForms.dll