<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://goxia.maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://goxia.maytide.net/read.php/1897.htm</link>
<title><![CDATA[HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[Windows Client]]></category>
<pubDate>Wed, 01 Aug 2018 03:15:34 +0000</pubDate> 
<guid>https://goxia.maytide.net/read.php/1897.htm</guid> 
<description>
<![CDATA[ 
	<p><a href="http://goxia.maytide.net/ftpupfiles/897c5f6f7a19_E4B6/windows-10-508x192-logo_3.png"><img alt="" src="http://goxia.maytide.net/attachment.php?fid=49" border="0"></a></p><p>HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Windows 10 的主要 SKUs 目前都支持以 S mode 方式运行，微软介绍在 S mode 下 Windows 10 运行速度将更快，无论是播放高清视频还是打开应用都将获得流量的响应体验；此外，安全性也更高。因为在 S Mode下仅运行安装来自Microsoft Store的应用程序，而此渠道的应用程序都是经过微软验证过的。<a href="http://goxia.maytide.net" target="_blank">gOxiA</a> 认为 S mode 非常适用于教育领域，如果企业正寻求更高的安全级别 S mode 也是不错的选择。</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 有关 S mode 的详细信息可参阅官方网站：<a title="https://www.microsoft.com/zh-cn/windows/s-mode" href="https://www.microsoft.com/zh-cn/windows/s-mode">https://www.microsoft.com/zh-cn/windows/s-mode</a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 如果你正想体验 Windows 10 的 S mode，那么本篇文章将会给予最佳的实践帮助。首先准备工作，请将下载的最新版的 Windows 10 安装镜像（当前为 1803 版 ISO）制作成 USB 安装。（PS：制作 USB 安装盘在过去的文章中已经介绍多次了，非常非常简单！在 Windows 7 及以上版本的系统上格式化 U 盘为 FAT32 格式，然后激活分区，最后将 Windows 安装镜像（ISO）中的文件拷贝到 U盘即可。）</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Windows 10 Setup USBFlash 准备完毕后，使用记事本创建一个名为“<strong>autounattend.xml</strong>”的文件，文件内容具体如下，请完全参照写入 XML 文件中，创建完毕后保存到 U 盘根目录，这样在安装过程中 Setup 程序就会自动应用该应答文件。</p><p><font style="background-color: rgb(255, 255, 0);"><em>&lt;?xml version="1.0" encoding="utf-8"?&gt;<br/>&lt;unattend xmlns="urn:schemas-microsoft-com:unattend"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &lt;settings pass="offlineServicing"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;component name="Microsoft-Windows-CodeIntegrity" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="</em></font><a href="http://schemas.microsoft.com/WMIConfig/2002/State&quot;"><font style="background-color: rgb(255, 255, 0);"><em>http://schemas.microsoft.com/WMIConfig/2002/State"</em></font></a><font style="background-color: rgb(255, 255, 0);"><em> xmlns:xsi="</em></font><a href="http://www.w3.org/2001/XMLSchema-instance&quot;"><font style="background-color: rgb(255, 255, 0);"><em>http://www.w3.org/2001/XMLSchema-instance"</em></font></a><font style="background-color: rgb(255, 255, 0);"><em>&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&lt;SkuPolicyRequired&gt;1&lt;/SkuPolicyRequired&gt;</strong><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/settings&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &lt;settings pass="windowsPE"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="</em></font><a href="http://schemas.microsoft.com/WMIConfig/2002/State&quot;"><font style="background-color: rgb(255, 255, 0);"><em>http://schemas.microsoft.com/WMIConfig/2002/State"</em></font></a><font style="background-color: rgb(255, 255, 0);"><em> xmlns:xsi="</em></font><a href="http://www.w3.org/2001/XMLSchema-instance&quot;"><font style="background-color: rgb(255, 255, 0);"><em>http://www.w3.org/2001/XMLSchema-instance"</em></font></a><font style="background-color: rgb(255, 255, 0);"><em>&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;UserData&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </em><em><strong>&lt;ProductKey&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Key&gt;W269N-WFGWX-YVC9B-4J6C9-T83GX&lt;/Key&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/ProductKey&gt;</strong><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/UserData&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/settings&gt;<br/>&lt;/unattend&gt;</em></font></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 上述配置内容与微软官方提供的资料（<a title="https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-codeintegrity-skupolicyrequired" href="https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-codeintegrity-skupolicyrequired">https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-codeintegrity-skupolicyrequired</a>）有所区别，虽然自 1803 开始在应答文件中通过新增的“<strong>SkuPolicyRequired</strong>”组件来提供支持切换到 S mode，但在实际应用时会发现如果不预先指定“<strong>ProductKey</strong>”会出现安装失败的故障。</p><p><a href="http://goxia.maytide.net/ftpup/2018/HOWTO-UnattendWindows-10-S-mode_968D/Snipaste_2018-08-01_09-04-02.png"><img width="603" height="452" title="Snipaste_2018-08-01_09-04-02" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="Snipaste_2018-08-01_09-04-02" src="http://goxia.maytide.net/ftpup/2018/HOWTO-UnattendWindows-10-S-mode_968D/Snipaste_2018-08-01_09-04-02_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 当安装完毕后可以在所有设置/系统/关于 中查看版本，在 S mode 下将不能运行 exe 程序，包括传统的 exe 安装程序，以及 msi 安装包，也无法运行系统内置的 PowerShell 和 CMD！</p><p><a href="http://goxia.maytide.net/ftpup/2018/HOWTO-UnattendWindows-10-S-mode_968D/win10s_mode.png"><img width="603" height="452" title="win10s_mode" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="win10s_mode" src="http://goxia.maytide.net/ftpup/2018/HOWTO-UnattendWindows-10-S-mode_968D/win10s_mode_thumb.png" border="0"></a></p>
]]>
</description>
</item><item>
<link>https://goxia.maytide.net/read.php/1897.htm#blogcomment5214</link>
<title><![CDATA[[评论] HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装]]></title> 
<author>S &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 13 Nov 2018 01:52:38 +0000</pubDate> 
<guid>https://goxia.maytide.net/read.php/1897.htm#blogcomment5214</guid> 
<description>
<![CDATA[ 
	您好，这篇文章收获良多！另外想请教如果不是要使用USB方式安装成s mode，而是要用部属的方式套用的话呢?我目前照着网址上的方式执行，想将Home变成Home S都无法正常套用进去一直摸不着头绪...我是想先建立好Home S mode的install.wim当base之后再进行套用。方式:1.Windows 10 1803 export Home install.wim2.Mount install.wim3.copy offlineservicing unattend to C:\Windows\panther\4.Dism apply-unattend5.Add reg6.Unmount commit7.export install.wim之后Apply最后的install.wim到系统去看还是Home版不是S mode然后Unattend Offlineservicing 的地方没有PASS不知您这能提点我一下吗?谢谢您~
]]>
</description>
</item><item>
<link>https://goxia.maytide.net/read.php/1897.htm#blogcomment5215</link>
<title><![CDATA[[评论] HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装]]></title> 
<author>S &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 13 Nov 2018 01:56:44 +0000</pubDate> 
<guid>https://goxia.maytide.net/read.php/1897.htm#blogcomment5215</guid> 
<description>
<![CDATA[ 
	刚刚忘记补上网址:https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/oem-deployment-of-windows-10-for-desktop-editionsEnable S-Mode那
]]>
</description>
</item><item>
<link>https://goxia.maytide.net/read.php/1897.htm#blogcomment5217</link>
<title><![CDATA[[评论] HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 19 Nov 2018 05:19:17 +0000</pubDate> 
<guid>https://goxia.maytide.net/read.php/1897.htm#blogcomment5217</guid> 
<description>
<![CDATA[ 
	To:S, 拷贝完unattend后，请使用dism 的 /apply-unattend参数为映像应用Unattend。
]]>
</description>
</item><item>
<link>https://goxia.maytide.net/read.php/1897.htm#blogcomment5228</link>
<title><![CDATA[[评论] HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装]]></title> 
<author>Vincent &lt;wizard6636@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 27 May 2022 09:29:55 +0000</pubDate> 
<guid>https://goxia.maytide.net/read.php/1897.htm#blogcomment5228</guid> 
<description>
<![CDATA[ 
	你好，請問如果想安裝win11 arm os in S-mode是只需要把processorArchitecture=&quot;amd64&quot;改成&quot;arm64&quot;即可嗎?
]]>
</description>
</item><item>
<link>https://goxia.maytide.net/read.php/1897.htm#blogcomment5229</link>
<title><![CDATA[[评论] HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 01 Jun 2022 02:10:19 +0000</pubDate> 
<guid>https://goxia.maytide.net/read.php/1897.htm#blogcomment5229</guid> 
<description>
<![CDATA[ 
	To: Vincent, 从KB中了解到S Mode应该是支持ARM64的，所以理论上是可行的，因为我没有ARM的Windows 11 wim文件，无法生成编录去确认这个组件的可用性，所以您可以尝试修改。
]]>
</description>
</item><item>
<link>https://goxia.maytide.net/read.php/1897.htm#blogcomment5233</link>
<title><![CDATA[[评论] HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装]]></title> 
<author>Eden &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 19 May 2023 07:03:12 +0000</pubDate> 
<guid>https://goxia.maytide.net/read.php/1897.htm#blogcomment5233</guid> 
<description>
<![CDATA[ 
	你好:因为我是用 22H2 版本的,但请问我坊制你这个方式一直无法成功,所以想知道原因在哪里,及后续版本还有支持这样操作吗?
]]>
</description>
</item><item>
<link>https://goxia.maytide.net/read.php/1897.htm#blogcomment5234</link>
<title><![CDATA[[评论] HOWTO: 使用Unattend应答文件执行Windows 10 S mode的安装]]></title> 
<author>Eden &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 06 Jun 2023 08:52:39 +0000</pubDate> 
<guid>https://goxia.maytide.net/read.php/1897.htm#blogcomment5234</guid> 
<description>
<![CDATA[ 
	你好:请问后续的版本还可以这样操作吗?因为无论怎么尝试都不成功.
]]>
</description>
</item>
</channel>
</rss>