Jump to content

llewxamnai

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About llewxamnai

llewxamnai's Achievements

0

Reputation

  1. I am scripting a data backup tool to save user account data with AutoIt which is working out well, now I want to work on an app to restore saved user accounts. I already have the "net user <username> /add" and "net localgroup administrators /add <username>" working fine, but of course, before I can copy the old data to the new account, I need some folders to show up under the Docs and Settings folder. I was trying to automate using "control userpasswords2" but it doesn't seem to want to log back in with the new user account, and it just seems silly to have to automate that process anyway! I have Googled and searched here, it doesn't look good but does anyone know of a way to have XP set up the user account fully without the need to log in to it? The backup app as-is is at http://www.autoitscript.com/forum/index.ph...st&p=688625 for those interested in seeing it. Thanks for any help!! Ian
×
×
  • Create New...