Jump to content

Windows 7 ultimate Sp1 september 2017 > can't relocate userprofile and programdata


Recommended Posts

Hi, i'm stuck at something that's been working fine before...

Is there any changes to the latest win 7 version regarding userprofile relocation? I'm following this guide to relocate programdata and userprofile https://www.sevenforums.com/tutorials/124198-user-profiles-create-move-during-windows-7-installation.html

But after restarting nothing changes, here's my 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>

Dont see anything strange on Logfile either : https://drive.google.com/open?id=0B9f9Hk9Slq0Wb0ZDMUtqNzhEWkU

Here's the DISM cmd result :

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.

What i've tried :

- changing .wim to .esd in xml file since the iso seems to be using .esd

- stopping and disabling windows media search network service

The only error i could spot is:

[0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

Any idea how to solve this?

Link to comment
Share on other sites


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...