![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| | |||||||
| | Vista - sysprep; Vista; VPC2007 |
| |
| 04-02-2007 | #1 |
| | sysprep; Vista; VPC2007 Hello MS Gurus. I am having a heck of a time decrypting the new sysprep process for vista and could really use some help. My envirionment consists of Vista as a guest on VPC 2007. I am TRYING to use Windows SIM to create my sysprep.xml file but keep running into issues. My latest issue is that i keep getting prompted for Country or region, Time and Currency and Keyboard Layout. I am using the sysprep.exe /generalize /oobe/ reboot /unattend:sysprep.xml command with the following file settings: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" 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"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> <component name="Microsoft-Windows-Security-Licensing-SLC" 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"> <SkipRearm>1</SkipRearm> </component> </settings> <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-US</UILanguage> <WillShowUI>Never</WillShowUI> </SetupUILanguage> <InputLocale>en-US</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</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"> <UserData> <AcceptEula>true</AcceptEula> <Organization>Sage Software</Organization> </UserData> </component> </settings> <settings pass="specialize"> <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>ORBDEV</Domain> <Password>*******</Password> <Username>sysprep</Username> </Credentials> <JoinDomain>ORBDEV</JoinDomain> </Identification> </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"> <AutoLogon> <Password> <Value>QQBEAE0ASQBOAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <Username>Administrator</Username> <Enabled>true</Enabled> </AutoLogon> <TimeZone>Pacific Standard Time</TimeZone> </component> <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"> <UserLocale>en-us</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> <InputLocale>en-US</InputLocale> </component> </settings> <cpi fflineImagecpi:source="wim:c:/program%20files/windows%20aik/source_wim/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Any ideas what i'm doing wrong? Also anyone know of a way to encrypt the password of the account being used to add the machine to the domain? thanks |
| My System Specs |
| 04-02-2007 | #2 |
| | RE: sysprep; Vista; VPC2007-Disregard Disregard... after about 13 trial runs i got it narrowed down. "sc" wrote: > Hello MS Gurus. I am having a heck of a time decrypting the new sysprep > process for vista and could really use some help. My envirionment consists > of Vista as a guest on VPC 2007. I am TRYING to use Windows SIM to create my > sysprep.xml file but keep running into issues. My latest issue is that i > keep getting prompted for Country or region, Time and Currency and Keyboard > Layout. I am using the sysprep.exe /generalize /oobe/ reboot > /unattend:sysprep.xml command with the following file settings: > > <?xml version="1.0" encoding="utf-8"?> > <unattend xmlns="urn:schemas-microsoft-com:unattend"> > <settings pass="generalize"> > <component name="Microsoft-Windows-PnpSysprep" > 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"> > <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> > </component> > <component name="Microsoft-Windows-Security-Licensing-SLC" > 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"> > <SkipRearm>1</SkipRearm> > </component> > </settings> > <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-US</UILanguage> > <WillShowUI>Never</WillShowUI> > </SetupUILanguage> > <InputLocale>en-US</InputLocale> > <SystemLocale>en-US</SystemLocale> > <UILanguage>en-US</UILanguage> > <UserLocale>en-US</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"> > <UserData> > <AcceptEula>true</AcceptEula> > <Organization>Sage Software</Organization> > </UserData> > </component> > </settings> > <settings pass="specialize"> > <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>ORBDEV</Domain> > <Password>*******</Password> > <Username>sysprep</Username> > </Credentials> > <JoinDomain>ORBDEV</JoinDomain> > </Identification> > </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"> > <AutoLogon> > <Password> > <Value>QQBEAE0ASQBOAFAAYQBzAHMAdwBvAHIAZAA=</Value> > <PlainText>false</PlainText> > </Password> > <Username>Administrator</Username> > <Enabled>true</Enabled> > </AutoLogon> > <TimeZone>Pacific Standard Time</TimeZone> > </component> > <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"> > <UserLocale>en-us</UserLocale> > <UILanguage>en-US</UILanguage> > <SystemLocale>en-US</SystemLocale> > <InputLocale>en-US</InputLocale> > </component> > </settings> > <cpi fflineImage> cpi:source="wim:c:/program%20files/windows%20aik/source_wim/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> > </unattend> > > Any ideas what i'm doing wrong? Also anyone know of a way to encrypt the > password of the account being used to add the machine to the domain? > > thanks |
| My System Specs |
| 04-02-2007 | #3 |
| | Re: sysprep; Vista; VPC2007-Disregard Care to share what it was you did to resolve your issue? ![]() "sc" <sc@discussions.microsoft.com> wrote in message news:FCE246B6-0BBB-41F8-9F13-26025DF44CE3@microsoft.com... > Disregard... after about 13 trial runs i got it narrowed down. > > "sc" wrote: > >> Hello MS Gurus. I am having a heck of a time decrypting the new sysprep >> process for vista and could really use some help. My envirionment >> consists >> of Vista as a guest on VPC 2007. I am TRYING to use Windows SIM to >> create my >> sysprep.xml file but keep running into issues. My latest issue is that i >> keep getting prompted for Country or region, Time and Currency and >> Keyboard >> Layout. I am using the sysprep.exe /generalize /oobe/ reboot >> /unattend:sysprep.xml command with the following file settings: >> >> <?xml version="1.0" encoding="utf-8"?> >> <unattend xmlns="urn:schemas-microsoft-com:unattend"> >> <settings pass="generalize"> >> <component name="Microsoft-Windows-PnpSysprep" >> 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"> >> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> >> </component> >> <component name="Microsoft-Windows-Security-Licensing-SLC" >> 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"> >> <SkipRearm>1</SkipRearm> >> </component> >> </settings> >> <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-US</UILanguage> >> <WillShowUI>Never</WillShowUI> >> </SetupUILanguage> >> <InputLocale>en-US</InputLocale> >> <SystemLocale>en-US</SystemLocale> >> <UILanguage>en-US</UILanguage> >> <UserLocale>en-US</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"> >> <UserData> >> <AcceptEula>true</AcceptEula> >> <Organization>Sage Software</Organization> >> </UserData> >> </component> >> </settings> >> <settings pass="specialize"> >> <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>ORBDEV</Domain> >> <Password>*******</Password> >> <Username>sysprep</Username> >> </Credentials> >> <JoinDomain>ORBDEV</JoinDomain> >> </Identification> >> </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"> >> <AutoLogon> >> <Password> >> <Value>QQBEAE0ASQBOAFAAYQBzAHMAdwBvAHIAZAA=</Value> >> <PlainText>false</PlainText> >> </Password> >> <Username>Administrator</Username> >> <Enabled>true</Enabled> >> </AutoLogon> >> <TimeZone>Pacific Standard Time</TimeZone> >> </component> >> <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"> >> <UserLocale>en-us</UserLocale> >> <UILanguage>en-US</UILanguage> >> <SystemLocale>en-US</SystemLocale> >> <InputLocale>en-US</InputLocale> >> </component> >> </settings> >> <cpi fflineImage>> cpi:source="wim:c:/program%20files/windows%20aik/source_wim/install.wim#Windows >> Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> >> </unattend> >> >> Any ideas what i'm doing wrong? Also anyone know of a way to encrypt the >> password of the account being used to add the machine to the domain? >> >> thanks |
| My System Specs |
| 04-04-2007 | #4 |
| | Re: sysprep; Vista; VPC2007-Disregard Yes, i moved all my settings into either the generalize, specialize or OOBE passes. Here is a copy of the my sysprep.xml file (of course the passord is x out). My final problem is figuring out a way to encrypt the password or have sysprep delete the xml file upon completion. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" 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"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> <component name="Microsoft-Windows-Security-Licensing-SLC" 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"> <SkipRearm>1</SkipRearm> </component> </settings> <settings pass="specialize"> <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>ORBDEV</Domain> <Password>*******</Password> <Username>sysprep</Username> </Credentials> <JoinDomain>ORBDEV</JoinDomain> </Identification> </component> <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"> <UserLocale>en-us</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> <InputLocale>en-US</InputLocale> </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"> <AutoLogon> <Password> <Value>QQBEAE0ASQBOAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <Username>Administrator</Username> <Enabled>true</Enabled> </AutoLogon> <TimeZone>Pacific Standard Tim</TimeZone> </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-US</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</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>QQBEAE0ASQBOAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>QQBEAE0ASQBOAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <DisplayName>Administrator2</DisplayName> <Group>Administrators</Group> <Name>Administrator2</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> </component> </settings> <cpi fflineImagecpi:source="wim:c:/program%20files/windows%20aik/source_wim/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> "Robert Wolfe" wrote: > Care to share what it was you did to resolve your issue? ![]() > > "sc" <sc@discussions.microsoft.com> wrote in message > news:FCE246B6-0BBB-41F8-9F13-26025DF44CE3@microsoft.com... > > Disregard... after about 13 trial runs i got it narrowed down. > > > > "sc" wrote: > > > >> Hello MS Gurus. I am having a heck of a time decrypting the new sysprep > >> process for vista and could really use some help. My envirionment > >> consists > >> of Vista as a guest on VPC 2007. I am TRYING to use Windows SIM to > >> create my > >> sysprep.xml file but keep running into issues. My latest issue is that i > >> keep getting prompted for Country or region, Time and Currency and > >> Keyboard > >> Layout. I am using the sysprep.exe /generalize /oobe/ reboot > >> /unattend:sysprep.xml command with the following file settings: > >> > >> <?xml version="1.0" encoding="utf-8"?> > >> <unattend xmlns="urn:schemas-microsoft-com:unattend"> > >> <settings pass="generalize"> > >> <component name="Microsoft-Windows-PnpSysprep" > >> 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"> > >> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> > >> </component> > >> <component name="Microsoft-Windows-Security-Licensing-SLC" > >> 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"> > >> <SkipRearm>1</SkipRearm> > >> </component> > >> </settings> > >> <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-US</UILanguage> > >> <WillShowUI>Never</WillShowUI> > >> </SetupUILanguage> > >> <InputLocale>en-US</InputLocale> > >> <SystemLocale>en-US</SystemLocale> > >> <UILanguage>en-US</UILanguage> > >> <UserLocale>en-US</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"> > >> <UserData> > >> <AcceptEula>true</AcceptEula> > >> <Organization>Sage Software</Organization> > >> </UserData> > >> </component> > >> </settings> > >> <settings pass="specialize"> > >> <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>ORBDEV</Domain> > >> <Password>*******</Password> > >> <Username>sysprep</Username> > >> </Credentials> > >> <JoinDomain>ORBDEV</JoinDomain> > >> </Identification> > >> </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"> > >> <AutoLogon> > >> <Password> > >> <Value>QQBEAE0ASQBOAFAAYQBzAHMAdwBvAHIAZAA=</Value> > >> <PlainText>false</PlainText> > >> </Password> > >> <Username>Administrator</Username> > >> <Enabled>true</Enabled> > >> </AutoLogon> > >> <TimeZone>Pacific Standard Time</TimeZone> > >> </component> > >> <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"> > >> <UserLocale>en-us</UserLocale> > >> <UILanguage>en-US</UILanguage> > >> <SystemLocale>en-US</SystemLocale> > >> <InputLocale>en-US</InputLocale> > >> </component> > >> </settings> > >> <cpi fflineImage> >> cpi:source="wim:c:/program%20files/windows%20aik/source_wim/install.wim#Windows > >> Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> > >> </unattend> > >> > >> Any ideas what i'm doing wrong? Also anyone know of a way to encrypt the > >> password of the account being used to add the machine to the domain? > >> > >> thanks > |
| My System Specs |
![]() |
| Thread Tools | |
| |
| Similar Threads for: sysprep; Vista; VPC2007 | ||||
| Thread | Forum | |||
| Network Problem After installing VPC2007 On Vista x64 | Virtual PC | |||
| Vista Home Premium, VPC2007, Network problems | Virtual PC | |||
| Sysprep Progress and Windows Assessment Tool in Sysprep | Vista installation & setup | |||
| Does vista's sysprep use a "sysprep.ini" file for control? | Vista General | |||
| Does vista's sysprep use a "sysprep.ini" file for control? | Vista installation & setup | |||