Jump to content

Win7'de Bunu Bölümü Nasıl Atlarım


SoundMax

Recommended Posts

xml dosyamın içeriğini paylaşayım belki daha iyi yardımcı olabilirsiniz.

<?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">
            <SystemLocale>en-us</SystemLocale>
            <UserLocale>en-us</UserLocale>
            <UILanguage>tr-TR</UILanguage>
            <UILanguageFallback>en-us</UILanguageFallback>
            <InputLocale>0409:00000409</InputLocale>
        </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>2Y4WT-DHTBF-Q6MMK-KYK6X-VKM6G</Key>
                    <WillShowUI>OnError</WillShowUI>
                </ProductKey>
                <Organization>FT BILGISAYAR</Organization>
                <FullName>FT BILGISAYAR</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">
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Name>Windows 7</Name>
                        <Group>Administrators</Group>
                        <Password>
                            <PlainText>true</PlainText>
                            <Value></Value>
                        </Password>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Home</NetworkLocation>

<ProtectYourPC>1</ProtectYourPC>
            </OOBE>
        </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">
            <UILanguage>tr-TR</UILanguage>
            <UserLocale>tr-TR</UserLocale>
            <InputLocale>041f:0000041f</InputLocale>
        </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">
            <AutoLogon>
                <Enabled>true</Enabled>
                <Username>Windows 7</Username>
                <Password>
                    <Value />
                </Password>
                <LogonCount>9999999</LogonCount>
            </AutoLogon>
            <TimeZone>GTB Standard Time</TimeZone>
            <ComputerName>FT-Windows7</ComputerName>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:G:/Win/sources/install.wim#Windows 7 Ultimate 32 Bit" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Link to comment
Share on other sites

Eğer yanıt dosyasını WSIM ile oluşturyrsan caps vereyim.

ekranalntsdj.png

denemedim ama Filename kısmına "install.wim", ImageName kısmına "Windows 7 ULTIMATE" yazarsan olur diye düşünüyorum.

Link to comment
Share on other sites

Eğer yanıt dosyasını WSIM ile oluşturyrsan caps vereyim.

ekranalntsdj.png

denemedim ama Filename kısmına "install.wim", ImageName kısmına "Windows 7 ULTIMATE" yazarsan olur diye düşünüyorum.

hayır bir sistemden alıntı yaptım xml dosyamı onunla oluşturmadım

elindeki yazılım sırf katılımsız hazırlama aracımı nette baktım ama ingilizcesi var hep. upload edermisin ben bir deniyeyim xml dosyamı o programlar.

Link to comment
Share on other sites

WAIK :D ile beraber yüklenir.

İstersen aşağıdaki xml'i sistemine uygula sanalda dene. muhtemelen gözükmez ama denemekte fayda var.

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

	<settings pass="windowsPE">

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

        	<ComplianceCheck />

        	<Diagnostics />

        	<DiskConfiguration />

        	<Display />

        	<DynamicUpdate />

        	<ImageInstall>

            	<OSImage>

                	<InstallFrom>

                    	<Credentials />

                	</InstallFrom>

                	<InstallTo />

            	</OSImage>

        	</ImageInstall>

        	<PageFile />

        	<RunAsynchronous />

        	<RunSynchronous />

        	<UpgradeData />

        	<UserData>

            	<ProductKey />

        	</UserData>

        	<WindowsDeploymentServices>

            	<Login>

                	<Credentials />

            	</Login>

            	<ImageSelection>

                	<InstallImage>

                    	<ImageName>Windows 7 ULTIMATE</ImageName>

                	</InstallImage>

                	<InstallTo />

            	</ImageSelection>

        	</WindowsDeploymentServices>

    	</component>

	</settings>

</unattend>

Düzenleme: fazla satır silindi.

Link to comment
Share on other sites

WAIK :D ile beraber yüklenir.

İstersen aşağıdaki xml'i sistemine uygula sanalda dene. muhtemelen gözükmez ama denemekte fayda var.

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

	<settings pass="windowsPE">

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

        	<ComplianceCheck />

        	<Diagnostics />

        	<DiskConfiguration />

        	<Display />

        	<DynamicUpdate />

        	<ImageInstall>

            	<OSImage>

                	<InstallFrom>

                    	<Credentials />

                	</InstallFrom>

                	<InstallTo />

            	</OSImage>

        	</ImageInstall>

        	<PageFile />

        	<RunAsynchronous />

        	<RunSynchronous />

        	<UpgradeData />

        	<UserData>

            	<ProductKey />

        	</UserData>

        	<WindowsDeploymentServices>

            	<Login>

                	<Credentials />

            	</Login>

            	<ImageSelection>

                	<InstallImage>

                    	<ImageName>Windows 7 ULTIMATE</ImageName>

                	</InstallImage>

                	<InstallTo />

            	</ImageSelection>

        	</WindowsDeploymentServices>

    	</component>

	</settings>

</unattend>

Düzenleme: fazla satır silindi.

ilk gördüm allah allah nasıl bu kadar azalabildi koca kod dedim ve hata verdi :)

sshot1bl.png

Link to comment
Share on other sites

bende WSIM dan hazırladım bir tane bendede aynı ekran geliyor. ve bütün sürümleri görüyorum...ne denediysem pas geçemedim o ekranı.

içerik şu şekilde

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <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>Never</WillShowUI>
                </ProductKey>
                <AcceptEula>true</AcceptEula>
                <FullName></FullName>
                <Organization></Organization>
            </UserData>
            <WindowsDeploymentServices>
                <ImageSelection>
                    <InstallImage>
                        <ImageGroup>ImageGroup1</ImageGroup>
                        <ImageName>Windows 7 ULTIMATE</ImageName>
                    </InstallImage>
                </ImageSelection>
            </WindowsDeploymentServices>
        </component>
        <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">
            <InputLocale>0×0000041f</InputLocale>
            <SystemLocale>tr-TR</SystemLocale>
            <UserLocale>tr-TR</UserLocale>
            <UILanguage>tr-TR</UILanguage>
        </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>3</ProtectYourPC>
                <SkipMachineOOBE>true</SkipMachineOOBE>
                <SkipUserOOBE>true</SkipUserOOBE>
            </OOBE>
        </component>
    </settings>
</unattend>

Link to comment
Share on other sites

Sonunda yaptım... <UserData> altına şu komut dizesini koyarsan problem ekran karşına çıkmayacaktır.

<ImageInstall>

<OSImage>

<InstallFrom>

<MetaData wcm:action="add">

<Key>/IMAGE/INDEX</Key>

<Value>5</Value>

</MetaData>

</InstallFrom>

<InstallToAvailablePartition>false</InstallToAvailablePartition>

<WillShowUI>OnError</WillShowUI>

</OSImage>[/code]

tabi Value yi 5 olarak seçmemdeki neden bende bütün sürümlerin gözüküyor olması (tabi bu bir varsayım =) fakat 5 yapınca ultimate kuruldu 1 yaparsam ne kuracak bilmiyorum.) ve 5. nin ultimate x86 olması. index üzerinde 1 sürüm gözüküyorsa o değeri 1 yapman geerekiyor (sen her halukarda 1 değerini seç). Kısaca bendeki Autounattend.xml

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="windowsPE">

<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm=" xmlns:xsi="

<UserData>

<ProductKey>

<WillShowUI>Never</WillShowUI>

</ProductKey>

<AcceptEula>true</AcceptEula>

<FullName>USER</FullName>

<Organization></Organization>

</UserData>

<ImageInstall>

<OSImage>

<InstallFrom>

<MetaData wcm:action="add">

<Key>/IMAGE/INDEX</Key>

<Value>5</Value>

</MetaData>

</InstallFrom>

<InstallToAvailablePartition>false</InstallToAvailablePartition>

<WillShowUI>OnError</WillShowUI>

</OSImage>

</ImageInstall>

</component>

<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm=" xmlns:xsi="

<SetupUILanguage>

<WillShowUI>Never</WillShowUI>

</SetupUILanguage>

<InputLocale>0×0000041f</InputLocale>

<SystemLocale>tr-TR</SystemLocale>

<UserLocale>tr-TR</UserLocale>

<UILanguage>tr-TR</UILanguage>

</component>

</settings>

<settings pass="oobeSystem">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm=" xmlns:xsi="

Please register to see this content.

<OOBE>

<HideEULAPage>true</HideEULAPage>

<NetworkLocation>Home</NetworkLocation>

<ProtectYourPC>3</ProtectYourPC>

<SkipMachineOOBE>true</SkipMachineOOBE>

<SkipUserOOBE>true</SkipUserOOBE>

</OOBE>

</component>

</settings>

</unattend>

Link to comment
Share on other sites

onur bu arada dolayı birşey sorayım. Autounattend üzerine autologin için kullanıcı oluşturmadım. tabi herhangi bir kullanıcı olmadığı için windowsu açamadım. benim istediğim kurulum bittikten sonra "Bir Kullanıcı Adı Girin" seçeneğinin görünmesini istiyorum. nasıl yapabilirim? yada mümkünmü

Link to comment
Share on other sites

Aşağıdaki xml'i dene ;)

&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;unattend xmlns="urn:schemas-microsoft-com:unattend"&gt;
    &lt;settings pass="windowsPE"&gt;
        &lt;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"&gt;
            &lt;UserData&gt;
                &lt;ProductKey&gt;
                    &lt;WillShowUI&gt;Never&lt;/WillShowUI&gt;
                &lt;/ProductKey&gt;
                &lt;AcceptEula&gt;true&lt;/AcceptEula&gt;
                &lt;FullName&gt;USER&lt;/FullName&gt;
                &lt;Organization&gt;&lt;/Organization&gt;
            &lt;/UserData&gt;
            &lt;ImageInstall&gt;
                &lt;OSImage&gt;
                &lt;InstallFrom&gt;
                    &lt;MetaData wcm:action="add"&gt;
                        &lt;Key&gt;/IMAGE/INDEX&lt;/Key&gt;
                        &lt;Value&gt;5&lt;/Value&gt;
                    &lt;/MetaData&gt;
                &lt;/InstallFrom&gt;
                &lt;InstallToAvailablePartition&gt;false&lt;/InstallToAvailablePartition&gt;
                &lt;WillShowUI&gt;OnError&lt;/WillShowUI&gt;
                &lt;/OSImage&gt;
            &lt;/ImageInstall&gt;
        &lt;/component&gt;
        &lt;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"&gt;
            &lt;SetupUILanguage&gt;
                &lt;WillShowUI&gt;Never&lt;/WillShowUI&gt;
            &lt;/SetupUILanguage&gt;
            &lt;InputLocale&gt;0×0000041f&lt;/InputLocale&gt;
            &lt;SystemLocale&gt;tr-TR&lt;/SystemLocale&gt;
            &lt;UserLocale&gt;tr-TR&lt;/UserLocale&gt;
            &lt;UILanguage&gt;tr-TR&lt;/UILanguage&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;settings pass="oobeSystem"&gt;
        &lt;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"&gt;
            &lt;OOBE&gt;
                &lt;HideEULAPage&gt;true&lt;/HideEULAPage&gt;
                &lt;NetworkLocation&gt;Home&lt;/NetworkLocation&gt;
                &lt;ProtectYourPC&gt;3&lt;/ProtectYourPC&gt;
                &lt;SkipMachineOOBE&gt;true&lt;/SkipMachineOOBE&gt;
                &lt;SkipUserOOBE&gt;false&lt;/SkipUserOOBE&gt;
            &lt;/OOBE&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
&lt;/unattend&gt;

Ek olarak. Bence xml'de never kullanma. Örneğin;

            	&lt;ProductKey&gt;
                    &lt;WillShowUI&gt;Never&lt;/WillShowUI&gt;
                &lt;/ProductKey&gt;

burayı bence OnError yap. hata varsa gözüksün. bu sistem için daha iyidir.

Link to comment
Share on other sites

peki. son bir soru. Autounattend.xml üzerinde komut çalıştırabilirmiyiz.? yani herhangi bir cmd komutu.

ayrıca

<SkipUserOOBE>false</SkipUserOOBE>

bu düzenleme istediğim şeyi sağlamadı :(

şu iki satırıda değiştirip dener misin?

 
                &lt;SkipMachineOOBE&gt;true&lt;/SkipMachineOOBE&gt;
                &lt;SkipUserOOBE&gt;false&lt;/SkipUserOOBE&gt;

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