SystemOutOfBoxExperienceState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify the current stage in the lifecycle of the Out-of-Box Experience (OOBE).
public enum class SystemOutOfBoxExperienceState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class SystemOutOfBoxExperienceState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum SystemOutOfBoxExperienceState
var value = Windows.System.Profile.SystemOutOfBoxExperienceState.notStarted
Public Enum SystemOutOfBoxExperienceState
- Inheritance
-
SystemOutOfBoxExperienceState
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | Indicates that the OOBE has not yet started on this device. |
InProgress | 1 | Indicates that the OOBE has started and is in progress on this device. |
Completed | 2 | Indicates that the OOBE has completed on this device. This is the value reported for devices that have no OOBE. |
Examples
See SystemSetupInfo.
Remarks
The Out-of-Box Experience (OOBE) is the flow that occurs the first time the user turns on a Windows 10 device. The OOBE obtains acceptance of the EULA, sets the system default locale, and helps set up the initial user account.