User Profiles - Create and Move During Windows 7 Installation


  1. Posts : 17,545
    Windows 10 Pro x64 EN-GB
    Thread Starter
       #1100

    7of9 said:
    I would just copy and paste from the link you provided, but I get a message saying "that information is oudated and has been archived".
    Please tell what link gives you that message?
      My Computer


  2. Posts : 5
    Win 7 Home Premium x64
       #1101

    Install Disc Necessary ???


    If I already have Win7 installed do I need to have the install DVD in the disc drive to move my user profiles? The script seems to imply that but will it work without it as I am not installing Win7 again?

    Thanks,
    ThorsteinO
      My Computer


  3. Posts : 17,545
    Windows 10 Pro x64 EN-GB
    Thread Starter
       #1102

    ThorsteinO said:
    If I already have Win7 installed do I need to have the install DVD in the disc drive to move my user profiles? The script seems to imply that but will it work without it as I am not installing Win7 again?

    Thanks,
    ThorsteinO
    Hi Thorstein, welcome to Seven Forums.

    No, you can remove the CPI Source line from answer file. I've highlighted the part that can be left out / removed in this sample answer file:

    Code:
    <?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>
                     <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>

    Kari
      My Computer


  4. Posts : 5
    Win 7 Home Premium x64
       #1103

    Thanks


    Thanks I'll give that a try
      My Computer


  5. Posts : 2
    Windows 7 Home Premium 64bit
       #1104

    Had to make an account to tell you thanks so much for this information! I Googled for a couple hours trying to remember how I set up my SSD and HDD a year ago and couldn't remember. Finally found this and it was so painless, fast and easy thanks so much! Once I did this it brought back up my old desktop from my HDD. I had to reinstall Windows 7 on my SSD. Had already installed it before I found this and just followed your instruction to get it to audit mode through cmd, run the script (without the cpi line), create the test account and it worked like a charm. Thanks again for your time put in to this and helping others!
      My Computer


  6. Posts : 17,545
    Windows 10 Pro x64 EN-GB
    Thread Starter
       #1105

    zwitterion42 said:
    Had to make an account to tell you thanks so much for this information!
    You are welcome :)

    It is always nice to get positive feedback, especially from users like you who join us just to be able to say thanks. I appreciate it.

    A bookmark to save for the day that will eventually (probably?) come in the future for you, too, here's the same tutorial written for Windows 10: Users Folder - Move Location in Windows 10 - Windows 10 Forums

    Kari
      My Computer


  7. Posts : 2
    Windows 7 Home Premium 64bit
       #1106

    Kari said:
    You are welcome :)

    It is always nice to get positive feedback, especially from users like you who join us just to be able to say thanks. I appreciate it.

    A bookmark to save for the day that will eventually (probably?) come in the future for you, too, here's the same tutorial written for Windows 10: Users Folder - Move Location in Windows 10 - Windows 10 Forums

    Kari
    Oh awesome! I'll be using that probably this weekend! I wasn't expecting to go back to 10, but I decided to upgrade again so I will be using this thanks! Weird enough it seems in the upgrade to 10 it moved my ProgramData back from my HDD to the SSD where the OS is. On another note - do I need to clear my HDD and will the Users folder get overwritten in the move? I see your quote here on that page:

    "If upgrading from Windows 7 with not only the Users folder but also the ProgramData folder relocated, you have to move the folders back to C: drive before upgrading. as told below. This is not necessary if the ProgramData folder is not relocated."

    I believe you also noted to have a cleared Users folder on the HDD? Thanks for all your help.
      My Computer


  8. Posts : 17,545
    Windows 10 Pro x64 EN-GB
    Thread Starter
       #1107

    zwitterion42 said:
    I believe you also noted to have a cleared Users folder on the HDD? Thanks for all your help.
    No users folder at all on target drive, it will be created when you run Sysprep.

    This quote from á post at this same tutorial at Ten Forums:

    Kari said:
    everway9 said:
    Does the partition that I want the 'Users' folder to be located on HAVE to be empty? Will the method(s) described erase existing data on the selected partition?
    It does not have to be empty but it may not contain any system files or folders from any Windows installation.


    everway9 said:
    It's just that if at all possible I'd like to have the 'Users' folder on the same partition as my Videos, Documents, Music and Picture folders are on.
    If you have used Settings app to change storage location for the folders you mentioned, then these must be removed before you use Sysprep to relocate Users folder. See above what I said about system files or folders.


    everway9 said:
    If I'm dual booting two Windows 10 installs can I have both installs using the same 'Users' folder or will this cause problems.
    No.

    Again, see above what I said about system files and folders: the target drive may contain other folders created by user or third party apps, but it may not contain any system files and folders from any other Windows installation, be it from previous Windows installations on the same machine or from other installations.

    everway9 said:
    I know that I can use the same documents, music, video etc folders for both OS's (because I am doing) so I was wondering if the same would apply for App data folders?
    No. See all above.
    Original post: Users Folder - Move Location in Windows 10 - Page 80 - Windows 10 Forums

    Kari
      My Computer


  9. Posts : 5
    Win 7 Home Premium x64
       #1108

    Problem running sysprep


    I get an informational alert but it wont run sysprep. When I click OK nothing happens.
    Maybe I'm more of a Noob than I thought. Any help would be appreciated.

    Sysprep

    USAGE: sysprep.exe [/quiet][/generalize][/audit][/oobe][/reboot][/shutdown][/quit][/unattend:<filename>]

    If no command-line arguments are provided, a graphical user interface is used to select the desired mode of sysprep operation.

    OK
      My Computer


  10. Posts : 17,545
    Windows 10 Pro x64 EN-GB
    Thread Starter
       #1109

    ThorsteinO said:
    I get an informational alert but it wont run sysprep. When I click OK nothing happens.
    Maybe I'm more of a Noob than I thought. Any help would be appreciated.

    Sysprep

    USAGE: sysprep.exe [/quiet][/generalize][/audit][/oobe][/reboot][/shutdown][/quit][/unattend:<filename>]

    If no command-line arguments are provided, a graphical user interface is used to select the desired mode of sysprep operation.

    OK
    I have no idea what you are talking about, maybe you could try to post some more details.

    Yes, if no arguments and switches are given to sysprep command it just opens this:

    User Profiles - Create and Move During Windows 7 Installation-2016-10-24_23h24_32.png

    Clicking OK starts sysprep with selected system cleanup action and shutdown options.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:02.
Find Us