I've been looking unsuccessfully for information on how to set WinXP Pro so
that Documents and Settings are on a hard drive other than the drive where XP
is installed. Does anyone know where I could find a resource page for this?
You will find that, while Microsoft gives you information about how to
change this after installation, it is not supported. The recommended
method is by doing it during the installation by using an answer file.
Search on 'unattend.txt' to find information about this. (It is the
default file name for the answer file.) Some of the info you will find
will be about Win2k but the info still works with WinXP.
Here is a copy of my standard UNATTEND.TXT file:
(It is the ProfilesDir entry that is doing what you requested. You could
even chose a different folder name but that would really confuse any
technicians working on the PC in the future and may confuse some software
with the folder name hard coded. Fortunately, I have not encountered a
single program that did not behave properly with the Documents and
Settings folder placed on a separate drive in this manner.)
===============================
[Unattended]
FileSystem = LeaveAlone
OEMSkipEULA = Yes
TargetPath = Windows
UnattendMode = DefaultHide
[GuiUnattended]
OEMSkipWelcome = 1
ProfilesDir = "D:\Documents and Settings"
TimeZone = "020"
Home_Page = about:blank
Quick_Link...d find this list I would
really appreciate it.