prevencion Posted April 26, 2006 Posted April 26, 2006 OOBEINFO.INI MethodNOTE: This method ONLY works on Windows XP/2003 Basically, what this is going to do is "automate" the user creation screen that you're normally presented when you install Windows. It's in the same part of setup where it asks you to register Windows and to set up your internet connection.Let's get started shall we? First open up Notepad and copy the following and save it as OOBEINFO.INI[userInfo]Identity000="NewUser-Admin"Identity001="NewUser-User"Hi, correct me if i'm wrong...Actually, my unattended installation creates only one account called "Administrador" which is an hidden account, right? BUT NOW, I want to create two accounts in my unattended installation...i want an account called "Gonzalo" (my name), and of course the Administrator hidden account auto-named as "Administrador".So, does it will work if i do the following step??[userInfo]Identity000="NewUser-Administrador"Identity001="NewUser-Gonzalo"Or i MUST to keep always the name "Admin" rather than "Administrador" and "User" rather than "Gonzalo".?
Zxian Posted April 26, 2006 Posted April 26, 2006 AFAIK, if you just add a new user through something other than OOBE, then the default Administrator account should still be available.
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