suttle Posted December 3, 2005 Share Posted December 3, 2005 This unattended process seems to be a very delicate one. A thing that is working at one point stops working the next.At one point I managed to create a user using this oobeinfo.ini (in the $OEM$\$$\system32\oobe directory).[UserInfo]Identity000="Martin"Now it seems like I've changed something that prevents user creation from happening since I just end up with the Administrator user.In my winnt.sif I have the following[GuiUnattended]EncryptedAdminPassword = NoAdminPassword = "secret"TimeZone = 255OEMSkipRegional = 1OemSkipWelcome = 1AutoLogon = YesAutoLogonCount = 1I'm using autologin here so the RunOnceEx will kick off and after that is done and the PC reboots I expect to end up on the login screen where there should be a user Martin, but there's just the Administrator. I thought I had it down pat this time, but noooo Do I have to use the net user command instead? Link to comment Share on other sites More sharing options...
ender341 Posted December 3, 2005 Share Posted December 3, 2005 i find it usually works better to just use net user, while oobe.ini usually works for me, its a guessing game as to how ofter, i think it was mainly designed for sysprep installs (but don't quote me on that ) Link to comment Share on other sites More sharing options...
tinnef Posted December 4, 2005 Share Posted December 4, 2005 I agree. I used oobeinfo as well, but a ton of things can happen to cause oobe not run properly, so the users don't get created. just the net command, it works a whole lot better. Link to comment Share on other sites More sharing options...
MHz Posted December 4, 2005 Share Posted December 4, 2005 You need:[Unattended]OEMPreInstall = YesOobeinfo.ini has never failed me yet in all the installs that I have done. Link to comment Share on other sites More sharing options...
Synapse Posted December 4, 2005 Share Posted December 4, 2005 MHz is right, check to make sure you have OEMPreInstall in your winnt.sif..I've used Oobeinfo as my primary user creation.. has never failed me. Link to comment Share on other sites More sharing options...
suttle Posted December 4, 2005 Author Share Posted December 4, 2005 Well I don't get it. I have[unattended]UnattendMode = DefaultHide (I've also used FullUnattended)UnattendSwitch = yesOemPreinstall = Yes...Still no user "Martin" created. And if I look in the Documents and Settings folder it looks weird. These are the folders that show up.AdministratorAdministrator.RAPTOR (the computer's name is RAPTOR)All UsersAll Users.WINDOWSDefault UserDefault User.WINDOWSLocalServiceLocalService.NT AUTHORITYNetworkServiceNetworkService.NT AUTHORITYOn my manually installed windows it looks likeAll UsersDefault UserLocalServiceMartinNetorkServiceThe oobeinfo.ini file gets copied to C:\WINDOWS\system32\oobe\oobeinfo.ini and the content is[userInfo]Identity000="Martin"[Options] (this line was added by windows)IntroOnly=1 (this line was added by windows)This is getting annoying. Link to comment Share on other sites More sharing options...
MHz Posted December 5, 2005 Share Posted December 5, 2005 (edited) When you create only 1 user with Oobeinfo.ini, that user has autologon set and has Admin priviledges. Because you are using Winnt.sif to autologon into the main Administrator account first, you are possibly not even entering the Oobe part of setup, so you get no created accounts.RunOnceEx runs fine in an Oobeinfo.ini created account so I do not understand the AutoLogon to main Admin account ? Most people will have no need to use AutoLogon to main Admin account. If you need AutoLogon to main Admin account 1st, then I would suggest using a script and using the Net command to setup your users, groups, priviledges, passwords etc. AutoLogon to main Admin account 1st would be a need if you were setting up a corporate network environment or some other heavily involved setup. Edited December 5, 2005 by MHz Link to comment Share on other sites More sharing options...
suttle Posted December 5, 2005 Author Share Posted December 5, 2005 Well your reply about conflicting Administrator autologin and oobe creation seemed like it could be an explanation, but unfortunatately it's not that.I removed AutoLogon and my GuiUnattended now looks like[GuiUnattended]DetachedProgram="RunFirst.cmd"EncryptedAdminPassword = NoAdminPassword = "secret"TimeZone = 255OEMSkipRegional = 1OemSkipWelcome = 1My oobeinfo.ini gets copied to C:\Windows\system32\oobe\oobeinfo.ini, but no user is created and I have to enter the Admin password go get RunOnceEx to start. Link to comment Share on other sites More sharing options...
tommy_vercetti Posted January 4, 2006 Share Posted January 4, 2006 i was too tired to keep trying and trying to make this oobeinfo to create only one account for me and i had the same problem every time: i autologon using the Adminitrator account and "ajua" account never got created.i double-checked the winnt.sif, the oobeinfo.ini and all the files but nothing seemed wrong. im now tryng the net user method. hoe it works so i can finish my long work in my unattended dvd.if someone has an answer when creating only one user with oobeinfo please reply. thanks in advance.oobeinfo sucks big time, if it works on XP defiitely it won't work on 2003 and even on Xp won't work sometimes Link to comment Share on other sites More sharing options...
karanmalhotra Posted September 26, 2006 Share Posted September 26, 2006 i was too tired to keep trying and trying to make this oobeinfo to create only one account for me and i had the same problem every time: i autologon using the Adminitrator account and "ajua" account never got created.i double-checked the winnt.sif, the oobeinfo.ini and all the files but nothing seemed wrong. im now tryng the net user method. hoe it works so i can finish my long work in my unattended dvd.if someone has an answer when creating only one user with oobeinfo please reply. thanks in advance.oobeinfo sucks big time, if it works on XP defiitely it won't work on 2003 and even on Xp won't work sometimescan we specify password for the accounts i specify in [userinfo] section of oobeinfo.ini?? Link to comment Share on other sites More sharing options...
Cyber Axe Posted May 8, 2019 Share Posted May 8, 2019 On 12/4/2005 at 11:38 PM, suttle said: Well I don't get it. I have [unattended] UnattendMode = DefaultHide (I've also used FullUnattended) UnattendSwitch = yes OemPreinstall = Yes ... Still no user "Martin" created. And if I look in the Documents and Settings folder it looks weird. These are the folders that show up. Administrator Administrator.RAPTOR (the computer's name is RAPTOR) All Users All Users.WINDOWS Default User Default User.WINDOWS LocalService LocalService.NT AUTHORITY NetworkService NetworkService.NT AUTHORITY On my manually installed windows it looks like All Users Default User LocalService Martin NetorkService The oobeinfo.ini file gets copied to C:\WINDOWS\system32\oobe\oobeinfo.ini and the content is [userInfo] Identity000="Martin" [Options] (this line was added by windows) IntroOnly=1 (this line was added by windows) This is getting annoying. Extremely late reply, I know but if i'm insane enough to still be looking for such XP info in this day and age there may be others, for the settings you have there you need to have UnattendSwitch = yes changed to no as this switch is what determins if OOBE is launched after install 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