Jump to content

Search the Community

Showing results for tags 'relocate'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 1 result

  1. 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?
×
×
  • Create New...