How do I move my user profiles back to C:\user

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #21

    Kari said:
    Extract from my response to you in your other thread about this same subject:

    Kari said:
    Of course you can move the profile folders back to C:. Simply move your personal docs, pics and media (the content of the folders you have moved) from folders like Documents, Music, Pictures, Videos and so on in Users\Your_Username to an external device to make the current profile folders as empty as possible.

    Now move the profile folders back to C: using the same method originally used for moving the folders, and upgrade.
    How about settings in files in appdata? They still point to E!
    Many references to E in registry as well.

    You can do the move as KARI explains. But afterwards logon as RICK and run regedit. In HKEY_CURRENT_USER search for E:\users\rick and replace it with C:\users\rick
      My Computer


  2. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #22

    Kaktussoft said:
    How about settings in files in appdata? They still point to E!
    Many references to E in registry as well.
    I do not know the method the OP had used to move folders (User Profile - Change Default Location), but reading the tutorial by Shawn now it seems that all registry related things will also be taken cared of.

    The method I prefer automates everything; wherever you relocate the main user profile folder, all references to absolutely everything including AppData content "follow the suit". This is because the sysprep method changes the values of environment variables in a way which makes it easy for registry and settings to know what's happening and where the data is located.
      My Computer


  3. Posts : 164
    W7 64 bit ultimate
    Thread Starter
       #23

    I followed the instructions exactly as per tutorial.

    You mention your new preferred method.

    I have an existing W7 64 bit Ultimate install.
    All I want to do is revert the profiles back to standard ...

    Which is the best (simplest) method for me .... my profiles were moved as per tutorial ... and reside on E:\users\name and I need to get them and all registry settings back to C:\users\name

    I have 3 profiles in total - 2 individuals and a guest.

    I can just go though Tutorial again transposing destinations .... but if there is easier way I'll happily use.
      My Computer


  4. Posts : 164
    W7 64 bit ultimate
    Thread Starter
       #24

    [/QUOTE] How about settings in files in appdata? They still point to E!
    Many references to E in registry as well.

    You can do the move as KARI explains. But afterwards logon as RICK and run regedit. In HKEY_CURRENT_USER search for E:\users\rick and replace it with C:\users\rick[/QUOTE]


    Not sure if this was a Q for me or not.
    I have not changed anything yet ... other than moving pics, video, music, data off to a HDD to reduce profile size. No chnage to profiles or Registry - so they are still pointing to E:\
      My Computer

  5.    #25

    The tutorial clearly says in a red box to save a Win7 backup image because of the riskiness of this venture.

    I would never move the entire User profile but instead only the active User folders using User Folders - Change Default Location or Library - Include a Folder. The AppData is intergrated into the registry so should remain with the OS on C.

    Did you follow Method Two: To Restore the Existing User Profile's Default Location? What is the exact problem?
      My Computer


  6. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #26

    gregrocker said:
    I would never move the entire User profile but instead only the active User folders using User Folders - Change Default Location or Library - Include a Folder. The AppData is intergrated into the registry so should remain with the OS on C.
    "I think it is so. Ergo, it must be a fact." (Unknown philosopher)

    Greg, I think it's time you set up a test system (vm is OK) and install Windows 7 as told in this tutorial: User Profiles - Create and Move During Windows 7 Installation.

    Test it a few weeks, try to "break" it. Relocate the main profile folder several times to various drives, install apps, make system images and restore them. Do everything in your power in trying to get it fail.

    When you then post your results, I promise I won't say "What did I tell you!".

    I could write an essay about this subject to bore everyone, but the essence of it can be said quite shortly. In fact, I said it already in this thread, only three posts before yours:

    Kari said:
    Kaktussoft said:
    How about settings in files in appdata? They still point to E!
    Many references to E in registry as well.
    I do not know the method the OP had used to move folders (User Profile - Change Default Location), but reading the tutorial by Shawn now it seems that all registry related things will also be taken cared of.

    The method I prefer automates everything; wherever you relocate the main user profile folder, all references to absolutely everything including AppData content "follow the suit". This is because the sysprep method changes the values of environment variables in a way which makes it easy for registry and settings to know what's happening and where the data is located.
    There's nothing wrong in doing things "my way". There's nothing wrong in criticizing a method or way to do things if you are sure you know it and have valid arguments against it. However, criticizing something purely because "I think it's not going to work" without any valid facts or arguments to support the objection, it is simply wrong.

    Please test yourself. I am really sincere saying I promise not to say "What did I tell you!" afterwards.

    Your virtual friend,

    Kari
      My Computer

  7.    #27

    Kari your integrity is never in doubt with me or anyone I've ever heard, just different ways of doing things.

    I respect your bringing Sysprep to consumers here and tout it at MVP Summit as an example of where IT Pro solutions have been popularized with consumers.

    Just because I have different preferences for minimalism and automated methods doesn't mean I look askance on any of your more advanced solutions. Indeed I admire them and felt a sense of attack when I read technotainment writer Bott's misguided attack on the real tech pro's.

    I wish I had time to broaden my borders more to accept your exciting challenges for Sysprep and Windows 8, but I am swamped to the point I can barely clear my case reply queue or answer new cases for my own specialties in real time any longer. The forums is breaking attendance records as Win7 reaches new heights of popularity wuth masses of XP and Win8 refugees installing it, often to perplexing EFI BIOS which are each different requiring specialized troubleshooting that can drag out for days. It can take twelve hours a day to handle the former caseload that took half that long, getting up during the night to keep cases going.
      My Computer


  8. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #28

    Moving user profile location has to be done BEFORE the user account is created. So during installation phase for example in audit mode.

    Moving it later will give you small or major problems.

    Best way in my opinion is (done when logged on with another user):
    1. Copy the user profile folder and everything inside to onder drive. Do it with robocopy and copy permissions/owner.
    2. Delete the old stuff.
    3. Make a symlink using MKLINK command to new profile location.
    So do the move trick on NTFS level instead of registry! Programs don't even notice you moved it!
      My Computer


  9. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #29

    Kaktussoft said:
    Moving user profile location has to be done BEFORE the user account is created. So during installation phase for example in audit mode.

    Moving it later will give you small or major problems.
    Wrong. As the procedure can be reversed, it can also be redone.

    The sysprep method for instance can be used without issues whenever user wants to. I've done it on systems a couple years old. Again, my recommendation is to set up a test rig and test yourself. Really. Test it and try to make it fail. I give you the same promise than I gave to Greg, I will not say afterwards "What did I tell you!".

    What happens when you run Sysprep with an unattended answer file to relocate the main profile folder on an existing Windows 7 installation:
    • The folder Users will be moved to another drive, completely with every existing user profile and everything they contain
    • All future user profiles will automatically be created in the new location
    • An OOBE first run boot is run, it's this phase where Windows checks the system and sets new environmental variables
    • All profile related environment variables get new values, for instance when the procedure is done and user has relocated the Users folder on X: and types various profile related environment variables to Explorer addressbar followed by Enter, he is taken to:
      • %temp% > takes user to X:\Users\ProfileName\AppData\Local\Temp
      • %userprofile% > takes user to X:\Users\ProfileName
      • %localappdata% > takes user to X:\User\ProfileName\AppData\Local
      • ... and so on

    Kari
      My Computer


  10. Posts : 164
    W7 64 bit ultimate
    Thread Starter
       #30

    gregrocker said:
    The tutorial clearly says in a red box to save a Win7 backup image because of the riskiness of this venture.

    I would never move the entire User profile but instead only the active User folders using User Folders - Change Default Location or Library - Include a Folder. The AppData is intergrated into the registry so should remain with the OS on C.

    Did you follow Method Two: To Restore the Existing User Profile's Default Location? What is the exact problem?
    I followed this Tutorial and installed w7, and again when I did a clean new install a year ago.
    Is it a question of just following the original STEP1 .. and reverting profiles back to C:\

    I have profiles on E:\ including appdata folder

    The original point was I have to move these back to C:\ as Microsoft does not support 'repair' with Profiles being anywhere else.
    When I looked on C:\ there have been some profile items added post move (details in thread #8) and do I overwrite these or merge when I move profiles back ?


    If repair doe snot work I'll export profiles using Win tools, do a clean install and then import profiles, just would like to try repair first to avoid having to reinstall all programs & drivers .... takes days to get it all working again.
      My Computer


 
Page 3 of 4 FirstFirst 1234 LastLast

  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:10.
Find Us