HideOnlineAccountScreensHideOnlineAccountScreens
HideOnlineAccountScreens
指定是否在 OOBE 期间要求用户进行登录。HideOnlineAccountScreens
specifies whether the user will be required to sign-in during OOBE. 此设置主要适用于不希望员工使用电子邮件地址作为用户名的企业。This setting is primarily for enterprises that do not want employees using email addresses as user names.
要使登录页面出现,用户必须具有 internet 连接。For the sign-in page to appear, the user must have an internet connection.
值Values
truetrue |
在 OOBE 期间隐藏登录页。Hides the sign-in page during OOBE. |
falsefalse |
不会在 OOBE 期间隐藏登录页。Does not hide the sign-in page during OOBE. 这是默认值。This is the default value. |
有效的配置阶段Valid Configuration Passes
oobeSystemoobeSystem
父层次结构Parent Hierarchy
Microsoft-Shell-安装程序 | OOBE | HideOnlineAccountScreensMicrosoft-Windows-Shell-Setup | OOBE | HideOnlineAccountScreens
应用于Applies To
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows Shell 设置。For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML 示例XML Example
下面的 XML 示例演示如何在 OOBE 期间隐藏登录页。The following XML example shows how to hide the sign-in page during OOBE.
<OOBE>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
</OOBE>