Jump to content

Recommended Posts

Posted (edited)

OK, So I've got my unattanded XP install on the network. All I do is pop in a WinPE boot disk and away it goes. I come back in about 20 minutes and the PC is waiting at a login screen. Which then I login as domain admin, add necessary users and groups to the local groups. I then login with my "deployment" domain account and run a script that installed apps and configures the profile so I can replace the default user profile with this one.

I would love to automate the addition of the domain users and groups, login with the deployment account and star the script automatically.

I know how to setup the auto login and the running of the script, but how do I need to edit the WINNT.SIF to add the users and groups?

Edited by TheReasonIFail

Posted (edited)

Hi there,

you can set the autologin (as you said) ant then run a script like this one here:

NET LOCALGROUP %YOURGROUPNAME% /ADD %YOURUSERNAME%
NET LOCALGROUP %YOURGROUPNAME% /ADD %YOURUSERNAME%

Just test it a bit and customize it to your needs.

Edited by HØLLØW

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...