HideAutoLogonUIHideAutoLogonUI
啟用自動登入後,會隱藏 [歡迎] 畫面。Hides the Welcome screen when automatic sign-in is enabled.
根據預設,自訂的登入直接在殼層啟動而不會自動登入啟用時,顯示登入 UI。By default, custom logon launches directly into the shell without displaying the sign-in UI when automatic sign-in is enabled. 您可以停用此選項,以反映的 Windows 10 體驗,簡短顯示之後,才能切換殼層的 登入 UI。You can disable this option to mirror a Windows 10 experience, which briefly shows the sign-in UI before switching to the shell.
值Values
值Value | 描述Description |
---|---|
00 |
並不會隱藏 [歡迎] 畫面。Do not hide the Welcome screen. 這是預設值。This is the default value. |
11 |
隱藏 [歡迎] 畫面。Hide the Welcome screen. |
父階層Parent Hierarchy
Microsoft-Windows-Embedded-EmbeddedLogon | HideAutoLogonUIMicrosoft-Windows-Embedded-EmbeddedLogon | HideAutoLogonUI
有效的設定階段Valid Configuration Passes
offlineServicingofflineServicing
特製化specialize
套用至Applies To
如需此元件支援的架構與 Windows 版本的清單,請參閱Microsoft-Windows-內嵌-EmbeddedLogon。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Embedded-EmbeddedLogon.
XML 範例XML example
<settings pass="specialize">
<component name="Microsoft-Windows-Embedded-EmbeddedLogon" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<HideAutoLogonUI>1</HideAutoLogonUI>
</component>
</settings>