Copying W2k user profile in command line

  • Thread starter Thread starter fimi
  • Start date Start date
F

fimi

Hi all,

I have an unattended W2k install with the usual stuff (unattend.txt,
cmdlines, etc.)
After installing apps, setting up stuff with the Administrator account
with batches and scripts, I would like to copy all that stuff in the
profile to "Default User" so that newly created users receive the
settings.
I have a WSH/AutoIt script that does it via the GUI (System
Properties, Profiles, etc.), but it screws up half of the time. I
would like some command prompt utility for copying/duplicating whole
user profiles. Is there one out there?

TIA
 
I have a WSH/AutoIt script that does it via the GUI (System
Properties, Profiles, etc.), but it screws up half of the time.

If you would like help... http://groups.yahoo.com/group/AutoItList/

We can help you write a script that never fails...

also with AutoIt3(beta) knocking on the "final release" door, you may
be able to create a script that would interact directly with controls,
so that beating on the keyboard still wouldn't cause failure... (in
theory)

Larry
AutoIt guru
Asst developer of AutoIt3
 
Back
Top