Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Automatically add a user during imaging
Closed Thread
Old 02-05-2009, 12:57 PM   #1 (permalink)
 
Newb Techie

Join Date: Jan 2009

Posts: 1

color is on a distinguished road

Default

Hey all,

So I work in RIT at a hospital and we're getting ready to deploy a bunch of computers. Right now we are using a program called Universal Imaging Utility (UIU) to create our images. UIU reads a file called sysprep.inf upon boot, and you can edit it to automatically join a domain, etc. However, my boss has requested that I make it so that once UIU automatically adds a user account under Administrators (right click my computer -> manage -> local users and groups -> groups -> double click Administrators).
screen shot

I would like to add the user "desktop" under the domain MEEI to the admin list. My best guess is that this requires editting the sysprep file, but I'm not positive. Here's what my sysprep file looks like right now.

;Read comments and make additions as required
[Unattended]
OemSkipEula=Yes
TargetPath=\WINDOWS
UpdateInstalledDrivers=yes
DriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword=********
;*** Enter local administrator password here
OEMSkipRegional=1
TimeZone=35
;*** East=35 East(Indiana)=40 Central=20 Mountain=10 Mountain(Arizona)=15 Pacific=4 Alaska=3 Hawaii=2
OemSkipWelcome=1

[UserData] ;For Windows XP a Volume License Key is required to avoid activation
FullName=MEEI
OrgName=MEEI
ComputerName=*
ProductID=***********************

[Display] ;Change display settings to desired settings
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=75

[Identification] ;Domain or Workgroup settings. Delete ";" and add necessary information
JoinDomain=meei.harvard.edu
DomainAdmin=Colombr
DomainAdminPassword=*********
;JoinWorkgroup=XXXXXXXXXX

[Networking]
InstallDefaultComponents=Yes

[SysprepCleanup]



I have no clue what to do and I'm having a tough time googling this. Thanks for the help!

Actually maybe if I added the desktop group prior to imaging it will copy over to the new computer? The only problem is that it's not a local account, but an account in the domain. And I'm not part of the domain untill UIU adds me to it. Unfortunately we don't have the space available right now to let me upload and test a ~10gb image.

Last edited by Baez; 02-05-2009 at 05:13 PM. Reason: double post
color is offline  
Old 02-07-2009, 03:15 AM   #2 (permalink)
S0ULphIRE's Avatar
 
01001100011011110110110

Join Date: Mar 2007

Location: Perth, Australia

Posts: 1,996

S0ULphIRE has a spectacular aura aboutS0ULphIRE has a spectacular aura about

Send a message via MSN to S0ULphIRE
Default Re: Automatically add a user during imaging

hmm, I'm not sure how adding a user under a domain is different to just adding another user normally. ( I haven't done anything with domains in a heck of a long time ) IS there any change? e.g. normally I'd just go to user accounts and click 'create a new user' etc.
If you can clear that up for me I can probably write you something. If it's different, just describe what you do instead.
__________________
"As a result of all this hardship, dirt, thirst, and wombats, you would expect Australians to be a dour lot. Instead, they are genial, jolly, cheerful, and always willing to share a kind word with a stranger, unless they are an American."
-- Douglas Adams

Click this if I helped you
>>>><<<<
S0ULphIRE is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Would it be possable for a .bat file to add a user in XP? Saxon Programming Discussions 6 09-15-2008 10:40 PM
Apple and AT&T Will Learn that User Agents are no good for access control Osiris Apple, Mac OS , and Power PC 0 05-02-2008 07:00 PM
"The current user account is not recognized" pop-up SyberTiger Windows Operating Systems and Software 17 03-24-2008 02:02 PM
FPS Being cut in half, 50% cpu usage w/ no programs foskey Hardware Troubleshooting 3 08-24-2007 02:49 AM