August 30, 200620 yr I have created two users in my unattended setup the Administrator and Ashraf using the NET USER method. Works fine but the 2nd user (Ashraf) is an ordinary user and has a limited account. I want it to be administrator too. How to fix this ?This is my useraccounts.cmd file:net user "Ashraf Zia" 123456 /addnet localgroup Administrators Ashraf Zia /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXITand autologon.reg file:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="Ashraf Zia""DefaultPassword"="123456""AutoAdminLogon"="1"
Create an account or sign in to comment