Jump to content

Creating New User After Installation


Recommended Posts

Hi,

I searched the forum but nothing came up as I am looking for.

I need a script to run on the first boot after the unattended installation finishes, that asks you to create a new user.

Link to comment
Share on other sites


here a batch to create

net user "Name" password /add

net localgroup Administrator "Name" /add

net accounts /maxpwage:unlimited

then you have to do the link in the cmdlines.txt

It will create you an user during the unattended installation

See ya

Link to comment
Share on other sites

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...