Change the User Profile location in Windows 10?

Change the User Profile location in Windows 10?

The default location for User Profiles are C:\Users. I would like to move this location to another drive (i.e. D:\Users). I’ve already been able to customize the library locations, however there are other things that I like to migrate as well. Is there a simple way to change the default location of the User Profiles?
Users Folder – Move Location in Windows 10 – Follow that, it moves everything. Skip to the part where it says pre existing install.

There only one “true” way to doing it – with sysprep. Described here: http://www.tenforums.com/tutorials/1964-users-folder-move-location-windows-10-a.html

But I warn against such actions. Moving user profiles to a non-standard location causes problems with the installation and operation of many programs. Without thinking – MS RSAT does not installs after transfer profile.

As @Slipeer said i would not move all the profile, it can produce lot of error. Maybe it would be enough moving the documents ubication of the user from C to D?
Contrary to the second paragraph of the answer, I run this setup for many years (2013 IIRC), from Windows 7 to Windows 10 (and through migration) without any issue of any sort. This is not always easy to setup at first, but once in place with sysprep, absolutely no conflicts nor issues. And I think this is for a simple reason: over the versions of Windows, the path to the correct folder changed a lot, not even saying that it is depending on the username, so from an application point of view, not querying the path dynamically would be silly.

I have had a lot of success using an NTFS junction to redirect the Users directory to another drive. I followed this guide: https://www.lifehacker.com.au/2010/02/move-the-users-directory-in-windows-7/. This guide is for Windows 7, but it also works with 10.

One thing to remember, though, when in recovery mode and creating the junction. Make sure that the junction points to the correct drive letter in your Windows installation itself. It may be different in recovery. To keep things in order, I used diskpart to change drive letters to match my installation.

I would also recommend moving just your user’s directory. If for whatever reason it’s inaccessible you won’t be able to log in. In that case, it would benefit having the default administrator account still on C:\.

 

Came here attacking this problem from a different angle – my local profile directory was removed and I could not recover it – so still technically a profile move issue. The pop-up error dialog I was receiving was “Could not sign-in to local profile” when the directory was corrupted or missing.

The approach that helped me was renaming the ProfileList entry .old and restarting the machine. After restart I could run sysdm.cpl > Advanced tab > User Profile Settings and delete my temporary profile (<< userid >>.TEMP).

Profile List – Manual Registry Edits

  • Registry Hive: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

enter image description here

After removing the profile and restart, I re-added the user account using netplwiz and finally restarting.

WARNING: Create a backup and a restore point before you try this. I messed up once and had to do a restore myself!

Requires local admin.

  1. Move files that you want to keep from your profile somewhere independent, for example directly on the C: or D: drive
  2. Modify the registry value of ProfilesDirectory under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList to point to your new directory. This will only come into effect for new profiles
  3. Create a temporary user with admin rights on the local computer. This is needed to remove your domain user profile so it can be recreated.
  4. Log out of your account and log into the temporary admin user.
  5. Find Advanced System Settings (for example through Start | Run and typing sysdm.cpl) and select Settings from the User Profile section.
  6. Find the username of your domain user and click the Delete button
  7. I recommend using Switch Accounts rather than logging out of the temporary account. That way, if something went wrong, you still have one account that’s working
  8. Switch accounts and log in with your domain user. The profile should now be recreated in the correct location.

Loading

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.