NoLockScreenNoLockScreen
停用鎖定螢幕功能與 UI 項目。Disables the lock screen functionality and UI elements.
值Values
值Value | 描述Description |
---|---|
00 |
鎖定畫面的功能和 UI 項目,請勿停用。Do not disable the lock screen functionality and UI elements. 這是預設值。This is the default value. |
11 |
停用鎖定螢幕功能和 UI 項目。Disable the lock screen functionality and UI elements. |
父階層Parent Hierarchy
Microsoft-Windows-Embedded-EmbeddedLogon | NoLockScreenMicrosoft-Windows-Embedded-EmbeddedLogon | NoLockScreen
有效的設定階段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">
<NoLockScreen>1</NoLockScreen>
</component>
</settings>