mermaid Posted March 23, 2008 Posted March 23, 2008 hi alli 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.regWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="mermaid""DefaultPassword"="""AutoAdminLogon"="1"and useraccounts.cmdnet user "mermaid" /addnet localgroup Administrators WindowsDalia /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXIT
Martin H Posted March 23, 2008 Posted March 23, 2008 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
mermaid Posted March 23, 2008 Author Posted March 23, 2008 i did it but nothing happenit still limited user
mermaid Posted April 3, 2008 Author Posted April 3, 2008 (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 April 3, 2008 by mermaid
jimathome Posted April 16, 2008 Posted April 16, 2008 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" /addnet localgroup Administrators "mermaid" /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXITYou should have all three files in the $OEM$ folder.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now