Jump to content

Autounattend.xml


 Share

Recommended Posts

arkadaşlar benim bir problemim var bir türlü çözemedim...

Autounattend.xml dosyasını cd ye eklediğimde yani katılımsız yaptığımda

$OEM$ klasöründeki SETUPCOMPLETE.cmd çalışmıyor..

bende komutla çalıştırayım dedim ama öylede olmadı hata nerde bir baksanız acaba

kırmızıyla yazdığım bölüm .. windows içine çıkan klasörü gösterdim olmuyor

cd içinden yani sources\$OEM$\$$\SETUP\SCRIPTS yoluna göre denesek olmazmı
[code]
<?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>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>majorata1</Organization>
<FullName>majorata2</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<EnableFirewall>false</EnableFirewall>
</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>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<Description>ATA</Description>
<DisplayName>ATA</DisplayName>
<Group>Administrators</Group>
<Name>ATA</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<OEMInformation>
<HelpCustomized>false</HelpCustomized>
<Manufacturer>major_ata</Manufacturer>
<Model>windows 7 P®©fessional™(MAJOR ATA GOT READY FROM THE SIDE)</Model>
<SupportHours>7gun 24 saat</SupportHours>
<SupportPhone>0537 501 16 42</SupportPhone>
<SupportURL>http://www.tnctr.com</SupportURL>
<Logo>C:\Windows\OEM\Logo.bmp</Logo>
</OEMInformation>
<DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
<TimeZone>GTB Standard Time</TimeZone>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
[color="#FF0000"]<CommandLine> %SYSTEMROOT%\SETUP\SCRIPTS\SETUPCOMPLETE.cmd</CommandLine>[/color]
<Description>Windows 7</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>ATA-PC</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>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableLUA>false</EnableLUA>
</component>
</settings>
</unattend>
[/code] Edited by major_ata
Link to comment
Share on other sites

[quote name='efk_715' date='20 April 2011 - 17:52 ' timestamp='1303321953' post='996136']
Hiç bilmiorum.garip bir hata.Acaba Autounattend.xml dosyası cddekiyle uyuşmamazlık yapıyor olabilir mi? :nea:
[/quote]
cd deki ile derken anlamadım?

ama koymadığım zaman oluyor

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.
Note: Your post will require moderator approval before it will be visible.

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.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...