MSFN Forum: Autounattend.xms UserAccounts - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Autounattend.xms UserAccounts Settings not applied Rate Topic: -----

#1 User is offline   ckw2068 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 03-March 05

Posted 08 February 2007 - 10:13 AM

Weather i add local accounts or not, I continue to get prompted during the unattended install to add a user. What users I do add, are not applied after install. I am using the latest WAIK SIM tool. Thanks in advance for the help.


<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
	<settings pass="windowsPE">
		<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">
			<DiskConfiguration>
				<Disk wcm:action="add">
					<CreatePartitions>
						<CreatePartition wcm:action="add">
							<Extend>true</Extend>
							<Order>1</Order>
							<Type>Primary</Type>
						</CreatePartition>
					</CreatePartitions>
					<DiskID>0</DiskID>
					<WillWipeDisk>false</WillWipeDisk>
					<ModifyPartitions>
						<ModifyPartition wcm:action="add">
							<Active>false</Active>
							<Extend>false</Extend>
							<Format>NTFS</Format>
							<Label>VISTA</Label>
							<Letter>C</Letter>
							<Order>2</Order>
							<PartitionID>2</PartitionID>
						</ModifyPartition>
						<ModifyPartition wcm:action="add">
							<Active>true</Active>
							<Extend>false</Extend>
							<Label>UTILITY</Label>
							<Letter>D</Letter>
							<PartitionID>1</PartitionID>
							<Order>1</Order>
						</ModifyPartition>
					</ModifyPartitions>
				</Disk>
				<WillShowUI>OnError</WillShowUI>
			</DiskConfiguration>
			<ImageInstall>
				<OSImage>
					<InstallTo>
						<DiskID>0</DiskID>
						<PartitionID>2</PartitionID>
					</InstallTo>
					<InstallToAvailablePartition>false</InstallToAvailablePartition>
					<WillShowUI>OnError</WillShowUI>
				</OSImage>
			</ImageInstall>
			<UserData>
				<ProductKey>
					<Key>GETUROWN</Key>
					<WillShowUI>OnError</WillShowUI>
				</ProductKey>
				<AcceptEula>true</AcceptEula>
			</UserData>
		</component>
		<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>
			</SetupUILanguage>
			<SystemLocale>en-US</SystemLocale>
			<UILanguage>en-US</UILanguage>
			<UILanguageFallback>en-US</UILanguageFallback>
			<UserLocale>en-US</UserLocale>
			<InputLocale>0409:00000409</InputLocale>
		</component>
	</settings>
	<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">
			<AutoLogon>
				<Password>
					<Value></Value>
					<PlainText>true</PlainText>
				</Password>
				<Username>Administrator</Username>
				<Enabled>true</Enabled>
				<LogonCount>5000</LogonCount>
			</AutoLogon>
			<TimeZone>Central Standard Time</TimeZone>
			<StartPanelOff>false</StartPanelOff>
			<OOBE>
				<HideEULAPage>true</HideEULAPage>
				<NetworkLocation>Home</NetworkLocation>
				<ProtectYourPC>3</ProtectYourPC>
				<SkipMachineOOBE>true</SkipMachineOOBE>
				<SkipUserOOBE>true</SkipUserOOBE>
			</OOBE>
			<UserAccounts>
				<AdministratorPassword>
					<Value />
					<PlainText>true</PlainText>
				</AdministratorPassword>
				<LocalAccounts>
					<LocalAccount wcm:action="add">
						<Password>
							<Value />
							<PlainText>true</PlainText>
						</Password>
						<Description>Test Account</Description>
						<DisplayName>Admin/Power User</DisplayName>
						<Group>Administrators</Group>
						<Name>Dell</Name>
					</LocalAccount>
				</LocalAccounts>
			</UserAccounts>
		</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">
			<AutoLogon>
				<Password>
					<Value></Value>
					<PlainText>true</PlainText>
				</Password>
				<Username>Administrator</Username>
				<Enabled>true</Enabled>
				<LogonCount>5000</LogonCount>
			</AutoLogon>
			<TimeZone>Central Standard Time</TimeZone>
			<ComputerName>CHANGENAME</ComputerName>
			<StartPanelOff>true</StartPanelOff>
			<DoNotCleanTaskBar>false</DoNotCleanTaskBar>
		</component>
	</settings>
	<cpi:offlineImage cpi:source="wim:c:/vista32_2_installation/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

This post has been edited by ckw2068: 08 February 2007 - 10:15 AM



Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy