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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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