請問如何將Windows 10的使用者目錄搬到D碟?

用了之前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>
-----------------------------
2016-03-20 20:16 發佈
應該是打錯了

微軟官方的範例是
<FolderLocations>
<ProfilesDirectory>%SYSTEMDRIVE%\Profiles</ProfilesDirectory>
<ProgramData>%SYSTEMDRIVE%\ProgramData</ProgramData>
</FolderLocations>


所以你應該是改成
<FolderLocations>
<ProfilesDirectory>D:\Profiles</ProfilesDirectory>
</FolderLocations>

Wesley Hsu wrote:
<FolderLocations>
<ProfilesDirectory>D:\Profiles</ProfilesDirectory>
</FolderLocations>


還真的耶!太感謝了。
原來要用一樣的目錄名稱,之前也不知道Windows 10已把使用者目錄改為Profiles。
另外發現ProgramData已不能搬移,不然會一直在設定畫面重開機…
蔬食抗暖化,減碳救地球!
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?