Jump to content

Is there a way of working with autologon?


Recommended Posts

I want my unattend setup to logon with a new account for the first start, and I use the batch file in the cmdlines.txt :

@ECHO OFF

net user Royce /add

net localgroup Administrators Royce /add

net accounts /maxpwage:unlimited

EXIT

followed by a reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="Royce"

"DefaultPassword"=""

"AutoAdminLogon"="1"

"LogonType"=dword:00000000

It is true able to logon with the account named Royce,but it is a limited account,I do not know the reason. I also tried the oobeinfo.ini file,but it does not work.

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