November 7, 200421 yr Hi all,I am new here and there is probably a relatively easy fix to this, but here it goes. I have my installation creating a an account for me that has admin rights, and it logs into it after installation. It successfully logs into the account but it doesn't start the installation from my batch file. The account it creates is a gues account, and not an admin account. If I log off of my account, there is an account called "Administration", which i log onto, and the batch file starts installing successfully. Do you guys have any advice for me? (Tell me if you need the contents of any of my files. )
November 7, 200421 yr Are you using a useraccount.cmd if so what are the contents?plus your .reg file
November 7, 200421 yr Author Here is my useraccounts.cmd@echo offnet user Drew xxxxxx /addnet localgroup Administrators Drew /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXITHere is my autologon.regWindows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="Drew""DefaultPassword"="xxxxxx""AutoAdminLogon"="1"
November 7, 200421 yr This is really strange :s Never heard of a bug like this, and I'm quite long on this board...
November 7, 200421 yr Author Heh, figures that I run into the never-before-seen bug. Is there any way for me to have setup log me into the administrator account, and I will just have to manually create my account later? Should I just get rid of the userlaccounts and autologon stuff to achieve this?
November 8, 200421 yr Heh, figures that I run into the never-before-seen bug. Is there any way for me to have setup log me into the administrator account, and I will just have to manually create my account later? Should I just get rid of the userlaccounts and autologon stuff to achieve this?You can try that... Let us know what the effect is!
November 8, 200421 yr Author Getting rid of those files successfully created and logged on to the default admin account, and started the batch file. But now I have to manually make my own account, which I was hoping to avoid, but if need be i can just do it manually.
November 12, 200421 yr Author Well i tried using the oobeinfo.ini method, and now it created an admin account and logged in but:1) Its name is administrator when i told it to be "Drew"2) My batch file didnt install any of my programs.Every time i take a step forwards i am taking two backwards!
November 12, 200421 yr your useraccounts.cmd is being called up in the cmdlines.txt?try adding a pause between each line of the useraccounts.cmd so it stops and waits to carry on maybe you can see what is not working.
June 7, 200521 yr Did you find any solution to youre useraccounts.cmd problem?I have the same problem, so if anyone have a solution please post it here.
Create an account or sign in to comment