Jump to content

Account with no password


Recommended Posts

i'm making my first unattended windowsxp cd fallowing the MSFN guid, and i have one question.

How to make an account whithout any password. The example file useraccounts.cmd looks like this:

net user John asdf1234 /add

net localgroup Administrators John /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT

what should i wright in the bolded place??

Link to comment
Share on other sites


I don't know, but u can try to leave it blank,

For exemple

net user John asdf1234 /add
net localgroup Administrators John /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
EXIT

Becomes:

net user John /add
net localgroup Administrators John /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
EXIT

I dont know if it works, but you can give it a try

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