Forum
sorun türkçe işletim sistemi deploy etmekten mi kaynaklanıyor tam olarak bilmiyorum ama
bunu MDT içinde yapiyor system center da da oluşuyor
Windows kurulduktan sonra tarih saat ayarlarının sorulduğu bir pencere açılıyor devam dedikten sonra task kaldığı yerden devam ediyor
bu işlemi atlamak için skiptimezone gibi parametreler mdt için anlatılmış fakat bir sonuç alamadım
Mdtsiz normal squence ile yapmayı denediniz mi?
yukarıda söylediğim gibi mdt task dada bu sorun var system center taskta da
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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 ">
<TimeZone>GTB Standard Time</TimeZone>
<RegisteredOrganization>Davudows Corp.</RegisteredOrganization>
<RegisteredOwner>Davudows</RegisteredOwner>
<ShowWindowsLive>false</ShowWindowsLive>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<ProtectYourPC>1</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</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 ">
<InputLocale>0x0000041f</InputLocale>
<SystemLocale>tr-TR</SystemLocale>
<UILanguage>tr-TR</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>tr-TR</UserLocale>
</component>
</settings>
<settings pass="specialize">
<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 ">
<InputLocale>0x0000041f</InputLocale>
<SystemLocale>tr-TR</SystemLocale>
<UILanguage>tr-TR</UILanguage>
<UserLocale>tr-TR</UserLocale>
<UILanguageFallback></UILanguageFallback>
</component>
<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 ">
<Themes>
<ThemeName>aero</ThemeName>
</Themes>
</component>
</settings>
<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>0x0000041f</InputLocale>
<UILanguage>tr-TR</UILanguage>
<UILanguageFallback>tr-TR</UILanguageFallback>
<UserLocale>tr-TR</UserLocale>
<SystemLocale>tr-TR</SystemLocale>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/os/win7wim/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
bu kodu autounattend.xml olarak kaydedip işletim sistemi dağıtılırken paket olarak tanımlarsanız problem düzelicektir. ben bu sorunu bu şekilde çözmüştüm. işletim sistemi dağıtırken tema aero tanıtılması gerek belki dvd den dir fakat türkçe ingilizce farketmiyor.
MDT kullanmadan yapıldığında böyle bir ekran çıkmıyor, sccm 2012 r2 mi bu =
referance image alinip kurulduğunda bu sorun cıkmıyor
ama windows 7 iso sundan cıkartılmış wim dosyası ile kurulum yapıldığında bu sorun ortaya çıkıyor
xml dosyasını deneyeceğim teşekkür ederim
sccm 2012 r2 cu1