Jump to content

Recommended Posts

Posted

hi all

i made an Unattended Windows XP CD but i found that the user account is limited

i want it administrator

what can i do ?????????????

this is the autologon.reg

Windows Registry Editor Version 5.00

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

"DefaultUserName"="mermaid"

"DefaultPassword"=""

"AutoAdminLogon"="1"

and useraccounts.cmd

net user "mermaid" /add

net localgroup Administrators WindowsDalia /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT


Posted
and useraccounts.cmd

[...]

net localgroup Administrators WindowsDalia /add

[...]

You define admin-rights to non-existing user 'WindowsDalia' instead of the user 'mermaid' which you have setup to autologon(in autologon.reg)...

Change to :

net localgroup Administrators mermaid /add

  • 2 weeks later...
Posted (edited)

i found this one is it right & where can i put it

[user]

users="Dalia;new user"

Dalia.localgroup="Administrators"

new user.localgroup="Administrators"

Autologin=Dalia

Edited by mermaid
  • 2 weeks later...
Posted

Mermaid you need 3 files as follows:

autologon.reg:

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

cmdlines.txt:

[COMMANDS]"useraccounts.cmd"

useraccounts.cmd:

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

You should have all three files in the $OEM$ folder.

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