Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
[Win 7] Déplacer le répertoire "utilisateurs" ? - Windows et les logiciels sous Windows - Forums BHmag.fr http://www.bhmag.fr/forum/topic/26342-win-7-d%C3%A9placer-le-r%C3%A9pertoire-utilisateurs/
Tue May 15 23:11:58 2018 archive.org
QRCode
thumbnail

You can move the entire C:\Users folder to a different drive pretty easily after windows is installed:

  1. Boot to the installation media, and get to the command prompt (I believe you need to click repair first)

  2. Use Robocopy to copy C:\Users to D:\Users: robocopy c:\Users d:\Users /mir /xj /copyall

...:. a. /mir tells robocopy to mirror the directories, this will copy all files and permissions

...:. b. /xj is very important, this tells robocopy not to follow junction points. If you forget this, you will have a lot of trouble.

...:. c. /copyall will copy all the attributes includings ACL and Owner info

  1. Verify that the files successfully copied

  2. Delete c:\Users

  3. Create junction that points to d:\Users: mklink c:\Users d:\Users /j

That's it. I've been using this process since Vista went RTM with no problems.

windows users folder
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn