MSFN Forum: What is wrong with my Autounattend.xml ? PLS Help! - MSFN Forum

Jump to content



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

What is wrong with my Autounattend.xml ? PLS Help! Havin some problems during the last stages of setup. Rate Topic: -----

#1 User is offline   cool_recep 

  • Group: Members
  • Posts: 7
  • Joined: 20-July 05

  Posted 06 June 2007 - 11:45 AM

Hello guys. I am having problems with my Autounattend.xml while at the last strages of setup. First of all it says like [You have to create a password for your account] and when shows me screen to create the password. In that screen I had to know the old password...

Since there is no password I left it blank and thus cahnged the password to a new one..After logging in I saw that my account is in Guset State tough I have typed it as Administrators in the Group section in WAIK

Another problem is that when I want to change something the UAC appears and wants me to type the password but there is nowhere to type it..and even if I type my password the OK button does not become active..

I need your help..Thank you in advance..

--------------------------
What I want is to create a new account named "Recep" with admin rights. Without a password.
--------------------------------------

BTW I could not understand the difference between the Domain and Local Accounts..

 
<?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>tr-TR</UILanguage>
			</SetupUILanguage>
			<InputLocale>0x0000041f</InputLocale>
			<SystemLocale>tr-TR</SystemLocale>
			<UILanguage>tr-TR</UILanguage>
			<UserLocale>tr-TR</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">
			<DiskConfiguration>
				<Disk wcm:action="add">
					<ModifyPartitions>
						<ModifyPartition wcm:action="add">
							<Active>true</Active>
							<Extend>false</Extend>
							<Format>NTFS</Format>
							<Letter>C</Letter>
							<Order>1</Order>
							<PartitionID>1</PartitionID>
						</ModifyPartition>
					</ModifyPartitions>
					<DiskID>0</DiskID>
					<WillWipeDisk>false</WillWipeDisk>
				</Disk>
				<WillShowUI>OnError</WillShowUI>
			</DiskConfiguration>
			<ImageInstall>
				<OSImage>
					<InstallTo>
						<DiskID>0</DiskID>
						<PartitionID>1</PartitionID>
					</InstallTo>
					<WillShowUI>OnError</WillShowUI>
				</OSImage>
			</ImageInstall>
			<UserData>
				<ProductKey>
					<Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
					<WillShowUI>OnError</WillShowUI>
				</ProductKey>
				<AcceptEula>true</AcceptEula>
				<FullName>Recep</FullName>
				<Organization>Vogel Burda</Organization>
			</UserData>
			<Display>
				<ColorDepth>32</ColorDepth>
				<HorizontalResolution>1280</HorizontalResolution>
				<VerticalResolution>1024</VerticalResolution>
				<RefreshRate>75</RefreshRate>
			</Display>
		</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">
			<OOBE>
				<HideEULAPage>true</HideEULAPage>
				<NetworkLocation>Home</NetworkLocation>
				<ProtectYourPC>1</ProtectYourPC>
				<SkipMachineOOBE>true</SkipMachineOOBE>
				<SkipUserOOBE>true</SkipUserOOBE>
			</OOBE>
			<AutoLogon>
				<Enabled>true</Enabled>
				<LogonCount>1</LogonCount>
				<Username>Recep</Username>
			</AutoLogon>
			<Display>
				<ColorDepth>32</ColorDepth>
				<DPI>96</DPI>
				<HorizontalResolution>1280</HorizontalResolution>
				<VerticalResolution>1024</VerticalResolution>
				<RefreshRate>75</RefreshRate>
			</Display>
			<TimeZone>GTB Standard Time</TimeZone>
			<UserAccounts>
				<LocalAccounts>
					<LocalAccount wcm:action="add">
						<DisplayName>Recep</DisplayName>
						<Group>Administrators</Group>
						<Name>Recep</Name>
					</LocalAccount>
				</LocalAccounts>
			</UserAccounts>
		</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">
			<InputLocale>0x0000041f</InputLocale>
			<SystemLocale>tr-TR</SystemLocale>
			<UILanguage>tr-TR</UILanguage>
			<UILanguageFallback></UILanguageFallback>
			<UserLocale>tr-TR</UserLocale>
		</component>
	</settings>
	<settings pass="specialize">
		<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
			<SkipAutoActivation>true</SkipAutoActivation>
		</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">
			<Themes>
				<DefaultThemesOff>false</DefaultThemesOff>
			</Themes>
			<ComputerName>Recep</ComputerName>
		</component>
	</settings>
	<cpi:offlineImage cpi:source="wim:d:/vista/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend> 

This post has been edited by Shark007: 09 June 2007 - 09:00 AM
Reason for edit: change code tags to codebox



#2 User is offline   cool_recep 

  • Group: Members
  • Posts: 7
  • Joined: 20-July 05

Posted 09 June 2007 - 08:12 AM

Over 80 reads and no asnwer...I wonder that there is no answer because of:

Nobody knows about the problem?
Something lack in question or in my english?
Code is too long to read?

What i wrong with you guys....I need help.....

#3 User is offline   cool_recep 

  • Group: Members
  • Posts: 7
  • Joined: 20-July 05

Posted 15 June 2007 - 05:00 PM

Bump...

#4 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 June 2007 - 08:01 AM

<AutoLogon>
  <Enabled>true</Enabled> 
  <LogonCount>1</LogonCount> 
  <Username>Recep</Username> 
  </AutoLogon>

Autologon will only work as <Username>Administrator</Username>

add to <LocalAccounts> in oobeSystem
						<Password>
							<PlainText>false</PlainText>
							<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
						</Password>

UABhAHMAcwB3AG8AcgBkAA== Can be used for Blank Password and PlainText = false

BTW: DO NOT USE Autologon with your localaccounts setup localaccounts right and its all you need

This post has been edited by maxXPsoft: 17 June 2007 - 08:33 AM


#5 User is offline   cool_recep 

  • Group: Members
  • Posts: 7
  • Joined: 20-July 05

Posted 17 June 2007 - 04:32 PM

Thanks...

That was pure answer and satisified all my needs.....

Now I see it better...

BTW I am died because of wait...

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