Cool, that should work, now the next problem. I have some .dat files that store some config info that need to be in the c:\documents and settings\%username%\ directory. Is there any way to have the auto created user log in instead of the administrator account during the setup process?

Gregory Orange wrote:
Brian Hellman wrote:

I searched the archives and couldn't find anything on the subject. Is there any way to auto create user accounts based on the names provided in the unattend.csv file?



I have a script winxpsp2-moe.bat (moe is us) that I call as a middle_scripts. In that bat file among other things, is:
net user /add somelocaluser somelocaluserpassword /expires:never


If you're using the sample-config.pl as given in the 4.6 download, then you can also do as I do, and enter this into your unattended.csv file:
"somecomputername","middle_scripts","winxpsp2-moe.bat"


Or you can just hard code the middle_scripts entry in unattended.txt


Cheers, Greg.



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to