HideLocalAccountScreenHideLocalAccountScreen
HideLocalAccountScreen
指定使用者是否必須設定在 OOBE 期間出現的系統管理員密碼畫面。HideLocalAccountScreen
specifies whether end users must set the Administrator password screen that appears during OOBE.
此設定僅適用于 Windows Server 版本。This setting applies only to the Windows Server editions.
值Values
truetrue |
在 OOBE 期間隱藏系統管理員密碼畫面。Hides the Administrator password screen during OOBE. |
falsefalse |
不會在 OOBE 期間隱藏系統管理員密碼畫面。Does not hide the Administrator password screen during OOBE. 這是預設值。This is the default value. |
有效的設定階段Valid Configuration Passes
oobeSystemoobeSystem
父階層Parent Hierarchy
Microsoft-Windows-Shell-設定 | OOBE | HideLocalAccountScreenMicrosoft-Windows-Shell-Setup | OOBE | HideLocalAccountScreen
套用至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 Administrator password screen during OOBE.
<OOBE>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
</OOBE>