PolicySettingsType Enum

Definition

Represents the settings for an OOBE(Out of box experience) policy

This enumeration supports a bitwise combination of its member values.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
[System.Flags]
public enum PolicySettingsType
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
[<System.Flags>]
type PolicySettingsType = 
Public Enum PolicySettingsType
Inheritance
PolicySettingsType
Attributes

Fields

None 0

Default value for policy settings.

OobeUserNotLocalAdmin 2

OOBE(Out of box experience) user will not be a local admin on the configured device.

RemoveOemPreinstalls 1

Remove OEM Pre-installs.

SkipEula 16

Skip EULA settings.

SkipExpressSettings 4

Skip express settings.

SkipOemRegistration 8

Skip OEM registration settings.

Applies to