darksith88 Posted November 7, 2004 Share Posted November 7, 2004 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. ) Link to comment Share on other sites More sharing options...
BritishBulldog Posted November 7, 2004 Share Posted November 7, 2004 Are you using a useraccount.cmd if so what are the contents?plus your .reg file Link to comment Share on other sites More sharing options...
darksith88 Posted November 7, 2004 Author Share Posted November 7, 2004 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" Link to comment Share on other sites More sharing options...
darksith88 Posted November 7, 2004 Author Share Posted November 7, 2004 any ideas? Link to comment Share on other sites More sharing options...
Bâshrat the Sneaky Posted November 7, 2004 Share Posted November 7, 2004 This is really strange :s Never heard of a bug like this, and I'm quite long on this board... Link to comment Share on other sites More sharing options...
darksith88 Posted November 7, 2004 Author Share Posted November 7, 2004 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? Link to comment Share on other sites More sharing options...
Bâshrat the Sneaky Posted November 8, 2004 Share Posted November 8, 2004 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! Link to comment Share on other sites More sharing options...
darksith88 Posted November 8, 2004 Author Share Posted November 8, 2004 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. Link to comment Share on other sites More sharing options...
lilweirddude Posted November 8, 2004 Share Posted November 8, 2004 maybe you could try the oobeinfo.ini method?search it Link to comment Share on other sites More sharing options...
darksith88 Posted November 12, 2004 Author Share Posted November 12, 2004 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! Link to comment Share on other sites More sharing options...
BritishBulldog Posted November 12, 2004 Share Posted November 12, 2004 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. Link to comment Share on other sites More sharing options...
svortevik Posted June 7, 2005 Share Posted June 7, 2005 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. Link to comment Share on other sites More sharing options...
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