Jump to content

Recommended Posts

Posted

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.


Posted

Yes, could be. If that is not it. Then the info supplied looks fine. Perhaps something registry that is causing it?

Posted

I do not know the exact reason, I edited both the hive files and the reg files, but I do not remember to do any thing in reg for accounts....

Posted

check, if the local group "Administrators" exists. Perhaps you do have a localized version of XP. I, for example, had to write "Administratoren" for my german version.

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