Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HideOEMRegistrationScreen
specifies whether the OEM registration page appears during OOBE. If this setting exists, the page will not appear during OOBE, regardless of the oobe.xml values.
Values
true |
Hides the OEM registration page during OOBE. |
false |
Does not hide the OEM registration page during OOBE. This is the default value. |
Valid Configuration Passes
oobeSystem
Parent Hierarchy
Microsoft-Windows-Shell-Setup | OOBE | HideOEMRegistrationScreen
Applies To
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
The following XML example shows how to hide the OEM registration page during OOBE.
<OOBE>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
</OOBE>