NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BootMode Enumeration

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.

Remarks

Starting the computer in Fail-safe mode bypasses the user's startup files. Fail-safe is also called SafeBoot.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace