SKUPolicyRequired
SKUPolicyRequired
是 Windows 10 1803 版的新功能。 此設定指出Windows 10裝置是否以 S 模式執行。
S 模式可以套用至 Windows 10 家用版、Pro、Pro EDU 和 Pro WS 版本。 這是舊版 Windows 的變更,Windows 10 S 是其本身的基底媒體版本。
完成自動安裝檔案之後,您必須使用 DISM 將它套用至掛接的映射。 如需使用 DISM 來啟用 S 模式的指示,請參閱 啟用 S 模式。
值
值 | 描述 |
---|---|
1 | 指出Windows 10裝置在 S 模式中運作。 |
0 | 指出Windows 10裝置未在 S 模式中執行。 這是預設值。 |
父階層
Microsoft-Windows-CodeIntegrity | SKUPolicyRequired
有效的設定階段
offlineServicing
套用至
如需此元件支援的 Windows 版本和架構清單,請參閱 Microsoft-Windows-CodeIntegrity。
XML 範例
下列 XML 輸出會指定Windows 10裝置將在 S 模式中執行。
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="offlineServicing">
<component name="Microsoft-Windows-CodeIntegrity" processorArchitecture="amd64" publicKeyToken="31bf39567ab364e25" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkuPolicyRequired>1</SkuPolicyRequired>
</component>
</settings>
</unattend>