I've run into problems moving my 'C:\Documents and Settings' folder to 'D:\Settings'. The problem is that I have 3 partitions: Windows' initial drive letters aren't what I want, and changing the drive letters causes problems because you have to reboot when you've only changed one drive, and it can't find 'D:\Settings' any longer. My crude workaround (more like workthrough) follows: Copy D:\Settings to E:\Settings diskpart select volume=D diskpart assign letter=P (note: letter 'D' is still taken since the drive is in use) At this point I reboot, the Settings folder cannot be found and I get lots of errors. Eventually it loads and I... diskpart select volume=E diskpart assign letter=D (note: 'noerr' flag doesn't help) Finally Windows works again, but I have this terrible feeling it will never forgive me. Besides the obvious, I'm afraid this solution doesn't works well because: When I reboot without 'D:\Settings'--and when I run Windows for the first time--a 'Personalizing' window pops up and does Themes Setup among a few other things. I used nLite. Does that mean it's reapplying all the first run setup stuff (regedits etc)? I've had a few ideas of how this might be better solved, but they're incomplete. Maybe someone can point me in the right direction? Performing the steps listed at MSKB twice, once to map it to E and then after the reboot back to D. Inefficient. Perhaps plant a batch file somewhere (in the installed WinXP) that can do steps 5 & 6 before Windows realizes it can't find the folder? Dos(?) boot so that the partitions/folder isn't in use, and I can copy and re-letter before returning to windows. I don't know how to get started on this, though (not even what to research). Remapping the drives in the installer & on first boot, in windows? Seems somewhat unfeasible. Ideally the drives could be re-lettered automatically with the unattended installer.. but I'll settle for less. Any ideas at all?