Jump to content

How to "Add Users & Auto Logon "


Recommended Posts

net user John asdf1234 /add

net localgroup Administrators John /add

REGEDIT /S autologon.reg

EXIT

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="John"

"DefaultPassword"="asdf123"

"AutoAdminLogon"="1"

If I dont want to set the Password, How do I modify?

Thanks

Link to comment
Share on other sites


net user John /add
net localgroup Administrators John /add
REGEDIT /S autologon.reg
EXIT

and

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="John"
"DefaultPassword"=""
"AutoAdminLogon"="1"

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