Jump to content

Autounattend.xml


EMRA

Recommended Posts

<?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>041f:0000041f</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>

<Key>-------------------------------------</Key>

<WillShowUI>OnError</WillShowUI>

</ProductKey>

<Organization>EMRAVİSTA</Organization>

<FullName>EMRA</FullName>

<AcceptEula>true</AcceptEula>

</UserData>

<ImageInstall>

<OSImage>

<InstallFrom>

<MetaData wcm:action="add">

<Key>/IMAGE/NAME</Key>

<Value>Windows Vista ULTIMATE</Value>

</MetaData>

</InstallFrom>

<InstallToAvailablePartition>false</InstallToAvailablePartition>

<WillShowUI>OnError</WillShowUI>

</OSImage>

</ImageInstall>

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

<ProtectYourPC>3</ProtectYourPC>

</OOBE>

<TimeZone>GTB Standard Time</TimeZone>

</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>EMRAVİSTA</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>

<cpi:offlineImage cpi:source="wim:D:/UDF Volume (F)/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

vlite ile vistayı biraz kırptım fakat işlem bittikten sonra 2 sorn ortaya cıktı

1.si kullancı adını otomatik yaratmaması

2.si kurulum bittikten sonra wpi menunun gelmesini istiyorum

Autounattend.xml dosyamın içeriği bu sekilde bu iki sorunu WAİK ile bızıklamadan kolay bi şekilde düzeltmem için nereye eklemem gerekio bir yolu warmı acaba ?

Link to comment
Share on other sites

kullanıcı olarak admın gırıs yaparsın wpı su sekıl çağırırsın

<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>%SystemDrive%\Install\vaybe.cmd</CommandLine>[/CODE]

vaybe.cmd içeriği ise su sekıl yaparsın

[CODE]for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set

Start %cdrom%\WPI\wpi.hta[/CODE]

Link to comment
Share on other sites

ozaman vlite ile kullanıcı adı yaratma olayını iptal ediyorum ok fakat ilk veridigin

<FirstLogonCommands>

<SynchronousCommand wcm:action="add">

<CommandLine>%SystemDrive%\Install\vaybe.cmd</CommandLine>

bunu nereye yapıştırmam gerekio ?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...