用了之前Windows 7時使用的稽核模式(Ctrl+Shift+F3),再sysprep unattend.xml檔。
過程前沒有錯誤,不過在重開機後,就出現未完全安裝的錯誤訊息,然後要我重新安裝…
不知道是哪裡出錯?
謝謝!
版本:10586 pro
---unattend.xml------------------------
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FolderLocations>
<ProfilesDirectory>D:\Users</ProfilesDirectory>
</FolderLocations>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:E:\\sources\\install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
-----------------------------

X