Jump to content

Vista 32 Ve 64 Bit Icin Autounattend


bymax

Recommended Posts

32 ve 64 vistalari birleştirdim 32 bit kurarken problem yok ama 64 bit kurdugumda Autounattend dosyasini gormuyor bilen varsa simdiden teşekkurler kullandıgım Autounattend altta

<?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>00020409</InputLocale>

<UserLocale>tr-TR</UserLocale>

<UILanguage>tr-TR</UILanguage>

<SystemLocale>tr-TR</SystemLocale>

</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>

- <ProductKey>

<WillShowUI>OnError</WillShowUI>

</ProductKey>

<Organization>Matrix</Organization>

<FullName>Administrator</FullName>

<AcceptEula>true</AcceptEula>

</UserData>

</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 />

</Password>

<Enabled>true</Enabled>

<LogonCount>1</LogonCount>

<Username>Administrator</Username>

</AutoLogon>

- <OOBE>

<HideEULAPage>true</HideEULAPage>

<SkipMachineOOBE>true</SkipMachineOOBE>

<SkipUserOOBE>true</SkipUserOOBE>

</OOBE>

<StartPanelOff>true</StartPanelOff>

<TimeZone>GTB Standard Time</TimeZone>

- <UserAccounts>

- <AdministratorPassword>

<Value />

</AdministratorPassword>

</UserAccounts>

- <FirstLogonCommands>

- <SynchronousCommand wcm:action="add">

<CommandLine>%SystemDrive%\windows\Install\setup.cmd</CommandLine>

<Description>Vista</Description>

<Order>20</Order>

</SynchronousCommand>

</FirstLogonCommands>

</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">

<ComputerName>Matrix</ComputerName>

</component>

- <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>

</settings>

</unattend>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...