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
 
If you would like help... http://groups.yahoo.com/group/AutoItList/
Thanks, I will check it!

However my problem is not with Autoit itself, but the Windows GUI. It
is slow and produces unpredictable statuses sometimes.

The question remains. Command prompt copying of user profiles, anyone?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top