I followed the unattended guide here, in order to make an autologin administrator account. But when I test the unattended CD, the account is of the restricted type, and I have to log of and log into admin, and then change the access to my account to administrator rights. And after I have done that, if I restart the computer, there is only one account left, that is my account... I have put the files; cmdlines.txt, useraccounts.cmd and autologon.reg, in the $OEM$ folder of the CD. In the useracounts.cmd I have used(except with my name and password): net user Jhon asdf1234 /add net localgroup Administrators John /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT Any idea?