A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Installation and Setup of Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Installation and Setup of Vista Installation problems and questions using Windows Vista. (microsoft.public.windows.vista.installation_setup)

Windows Vista problem with local user account after sysprep Image



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 1st 08, 12:17 PM posted to microsoft.public.windows.vista.installation_setup
PW
external usenet poster
 
Posts: 3
Default Windows Vista problem with local user account after sysprep Image

Hello,

I have an problem with Windows Vista after sysprep. We have an Vista Image
created with unattend file and lokal user account (sysprep). After installing
a new PC at the end of installation there will be an prompt for define a
local user account an his password. Can everybody help me where I can
prohibit this point in unattend file with System Image Manager?

Thank you for your answers!

Greetings
PW
  #2 (permalink)  
Old December 1st 08, 06:50 PM posted to microsoft.public.windows.vista.installation_setup
Zaphod Beeblebrox
external usenet poster
 
Posts: 260
Default Windows Vista problem with local user account after sysprep Image


"PW" wrote in message
...
Hello,

I have an problem with Windows Vista after sysprep. We have an Vista
Image
created with unattend file and lokal user account (sysprep). After
installing
a new PC at the end of installation there will be an prompt for define
a
local user account an his password. Can everybody help me where I can
prohibit this point in unattend file with System Image Manager?


Unlike XP, you have to create a new user in Vista, either with sysprep
or during the mini-setup. As I recall, what we initially did was go
ahead and create one using the sysprep answer file so we don't get
prompted during deployment, like this:

?xml version="1.0" encoding="utf-8"?
unattend xmlns="urn:schemas-microsoft-com:unattend"
settings pass="oobeSystem"
component name="Microsoft-Windows-Shell-Setup"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
UserAccounts
LocalAccounts
LocalAccount wcm:action="add"
Password
ValueMyPassword/Value
PlainTexttrue/PlainText
/Password
DisplayNameMyUserName/DisplayName
NameMyUserName/Name
GroupUsers/Group
/LocalAccount
/LocalAccounts
/UserAccounts
/component
/settings

Then later, delete the user with a RunSynchronousCommand, like this:

settings pass="specialize"
component name="Microsoft-Windows-Deployment"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
RunSynchronous
RunSynchronousCommand wcm:action="add"
Pathnet user MyUserName /DELETE /Path
Order1/Order
DescriptionDelete MyUserName Account/Description
/RunSynchronousCommand
/RunSynchronous
/component
/settings

We do something different now (we always need a user with a particular
name and password, so we just create it in sysprep). I can't find the
actual sysprep files we used, so I hope these are correct. If not,
hopefully someone else can help. You might also try at Microsoft's
Vista Deployment and Imaging Technet Forum
(http://forums.microsoft.com/TechNet/...721&SiteID=17).
They tend to be more focused on MDT, but there are some sysprep folks in
there as well.

Good luck!

--
Zaphod

No matter where you go, there you are!


 




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

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



All times are GMT. The time now is 09:53 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.