bymax Posted November 19, 2008 Share Posted November 19, 2008 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> Quote Link to comment Share on other sites More sharing options...
baris7seven Posted November 19, 2008 Share Posted November 19, 2008 Ben de d Quote Link to comment Share on other sites More sharing options...
bymax Posted November 20, 2008 Author Share Posted November 20, 2008 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.