是否有任何更改有关userprofile重新定位的最新win 7版本? 我正在按照这个指南来重新安置程序数据和userprofile https://www.sevenforums.com/tutorials/124198-user-profiles-create-move-during-windows-7-installation.html
但重启后没有任何改变,这是我的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:\User</ProfilesDirectory> <ProgramData>d:\ProgramData</ProgramData> </FolderLocations> </component> </settings> <cpi:offlineImage cpi:source="wim:E:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
在Logfile上看不到任何奇怪的内容: https : //drive.google.com/open? id = 0B9f9Hk9Slq0Wb0ZDMUtqNzhEWkU
编辑:DISM命令显示ULTIMATE以及,所以我不知道我错过了什么..
Deployment Image Servicing and Management tool Version: 10.0.14393.0 Details for image : G:\sources\install.esd Index : 1 Name : Windows 7 ULTIMATE x64 Description : Windows 7 ULTIMATE Size : 16,966,825,417 bytes WIM Bootable : No Architecture : x64 Hal : acpiapic Version : 6.1.7601 ServicePack Build : 23889 ServicePack Level : 1 Edition : Ultimate Installation : Client ProductType : WinNT ProductSuite : Terminal Server System Root : WINDOWS Directories : 19180 Files : 92447 Created : 11/21/2010 - 11:39:25 AM Modified : 9/18/2017 - 3:12:07 PM Languages : en-US (Default) The operation completed successfully.