You can. I first tried doing during the unattended install, could not get it to work since the profile was nor total created yet. was going to edit the HIVEDEF.INF, but was WWAAAYYY to much work. So, I do copy it after a autologon. A installer account logs in and is only used for installing. just make sure you check the attrib of the ntuser.dat (c:\documents and settings\default user\ntuser.dat). I do not remember at this time is XP was hidden or if it was win2k. either way just check it. It will fail if it is hidden. This has worked great for us. attrib -h "c:\documents and settings\default user\ntuser.dat" copy /y %systemdrive%\misc\ntuser.dat "c:\documents and settings\default user\ntuser.dat" M