Jump to content

Moving Documents and Settings Folder


Recommended Posts

Posted

I saw something on moving and lost where it was.

I'm wanting to move the Documents and Settings folder to another drive. Anyone have a link on how to do this?


Posted

By far the easiest way is to use the "ProfilesDir" option in winnt.sif. Just set ProfileDirs=<whatever>. I personally have a second partition, and so do

ProfilesDir=D:\

Posted
By far the easiest way is to use the "ProfilesDir" option in winnt.sif.  Just set ProfileDirs=<whatever>.  I personally have a second partition, and so do
ProfilesDir=D:\

I have partitions that houses most of my stuff that remains un touched. Generally will the Drive Letters remain the same when installing XP Pro from scratch on the boot drive?

Posted

TweakUI is your friend. It allows you to change all the Windows Special Folders...

(For an all-ready up and running system, for an unattended install, you have to modify your registry hive.)

Posted

Here is the microsoft proscribed way to do it

This is my redirect.reg file

[Version]
Signature=$CHICAGO$

[DefaultInstall]
AddReg=Reg.Settings

[Reg.Settings] HKCU,Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders,Personal,0x20000,"%PERSONAL%"
HKCU,Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders,My Pictures,0x20000,"%PICTURES%"

[Strings]
PERSONAL = "\\DC1\Shared\%USERNAME%\My Documents"
PICTURES = "\\DC1\Shared\%USERNAME%\My Documents\My Pictures"

This method can be used for multiple users as well.

Posted

AFAIK, that moves "My Pictures" but does not touch "Documents and Settings"

In fact, Microsoft's recommended way of changing this after installation involves searching the registry and replacing every instance of "C:\Documents and Settings" with whtever you want. See this article.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...