RGB09 Posted July 23, 2009 Report post Posted July 23, 2009 Hi I am having this problem after deploying an image and then sysprep....see attached Is there a way to make sure that this is ticked..... or do I need to configure this in the WSIM interface? Please HELP... Thanking you in advance Doc1.doc Quote Share this post Link to post Share on other sites More sharing options...
0 Peter van der Woude Posted July 23, 2009 Report post Posted July 23, 2009 I am sorry, but I don't get your problem.... can you give a some more information? Quote Share this post Link to post Share on other sites More sharing options...
0 RGB09 Posted July 24, 2009 Report post Posted July 24, 2009 OK let me try to explain this better.... I Deploy images via WDS and SYSPREP, after successfully deploying the image and joining the domain the PC or Laptop restarts and automatically logs in as the local administrator. However... and this is why I posted this question on the forum, when you try to restart the only account it will log into is the local admin account, you do not get the option to select a different user to log on to the domain. This puzzled me for a while until I checked the user account and it was dissabled... as seen in the attachment...Once this was ticked everything worked OK... What I want to know, as I haven't come accross this problem with RIS, is there a way to enable this, is there a setting in the unattended.xml I am using... here is a copy of my .xml file.. <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> - <settings pass="windowsPE"> - <component name="Microsoft-Windows-International-Core-WinPE" 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"> - <SetupUILanguage> <UILanguage>en-GB</UILanguage> <WillShowUI>Never</WillShowUI> </SetupUILanguage> <InputLocale>en-GB</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UILanguageFallback>en-GB</UILanguageFallback> <UserLocale>en-GB</UserLocale> </component> - <component name="Microsoft-Windows-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"> - <WindowsDeploymentServices> - <Login> - <Credentials> <Domain>wsc.ac.uk</Domain> <Password>******</Password> <Username>administrator@******</Username> </Credentials> <WillShowUI>Never</WillShowUI> </Login> </WindowsDeploymentServices> </component> </settings> - <settings pass="specialize"> - <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"> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <DoNotCleanTaskBar>false</DoNotCleanTaskBar> <ProductKey>************</ProductKey> <RegisteredOrganization>OrgName</RegisteredOrganization> <RegisteredOwner>OrgName</RegisteredOwner> <TimeZone>85</TimeZone> <StartPanelOff>false</StartPanelOff> <ShowWindowsLive>false</ShowWindowsLive> </component> - <component name="Microsoft-Windows-UnattendedJoin" 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"> - <Identification> - <Credentials> <Domain>*****</Domain> <Password>*****</Password> <Username>Administrator@*****</Username> </Credentials> <JoinDomain>******</JoinDomain> </Identification> </component> </settings> - <settings pass="oobeSystem"> - <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>en-GB</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UILanguageFallback>en-GB</UILanguageFallback> <UserLocale>en-GB</UserLocale> </component> - <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> - <AdministratorPassword> <Value>QQBkAG0AMQBuAEwAMABjAGEAbABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvA HIAZAA=</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <RegisteredOrganization>''''''''''''''''</RegisteredOrganization> <RegisteredOwner>'''''''''''''</RegisteredOwner> <TimeZone>85</TimeZone> - <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> - <AutoLogon> - <Password> <Value>SAA0AGwAZgBMADEAZgBlAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <Domain>*******</Domain> <Enabled>true</Enabled> <Username>Administrator@******</Username> </AutoLogon> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/vista%20files/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> I hope this helps... thanking you guys in advance... :) Quote Share this post Link to post Share on other sites More sharing options...
0 RGB09 Posted July 30, 2009 Report post Posted July 30, 2009 Would this be a by product of the sysprep.inf? I may have found a work around anyway by using a command line after sysprep has finished and opening up the control panel and then the user account window... for now it seems to work.............But I would still like to be able to get this fixed Quote Share this post Link to post Share on other sites More sharing options...
Hi I am having this problem after deploying an image and then sysprep....see attached
Is there a way to make sure that this is ticked..... or do I need to configure this in the WSIM interface?
Please HELP...
Thanking you in advance
Doc1.doc
Share this post
Link to post
Share on other sites