Jump to content

Windows 7 Kurulumdan Sonra Tema Ayarlamak


Recommended Posts

[b]arkadaşlar windows 7 sp 1 hazırlıyorum bitti neredeyse fakat şöyle bir sorun ile karşılaştım format attıktan sonra seçili tema windows aero değilde temel ve yüksek karşıtlı temalardan birisi yani windows klasik olarak
kuruluyor ben onbord üzerinden ekran kartım var acaba ondan mı öyle kuruyor ama aero temasını açınca çalışıyor bir eğer bu sorunuda halledersem projem tamamlanıyor.[/b] Edited by zamaneberduşu
Link to comment
Share on other sites

[b]hakanhelin ben uxtema dosyalarını sistem 32 nin içine gömdüm o kadar tema ekledim eğer bu yamadan kaynaklanan bir sorun ise o zaman kalsın öyle kişiselleştire girerim kurulum bittikten sonra 3 saniyede değiştiririm dvd yi verdiğim kişilerede söylerim sağol yorum yazdığın için [/b]

Link to comment
Share on other sites

aero'nun çalışabilmesi için ekran kartının sürücüsünün yüklenmesi gerekiyor. ayrıca onboard ekran kartlarında aero çalışmıyor.
ilk yüklendiğinde her zaman klasik olmasa da normal aero olmayan tema gelir, ekran kartı sürücüsünü yükledikten sonra aeroyu seçip kullanabilirsin.

Link to comment
Share on other sites

[quote name='falcon417' date='13 Mart 2011 - 13:19 ' timestamp='1300022949' post='979562']
Varsayılan temayı nasıl ayarladın?
kodlarda bi yanlışlık yapmış olabilirsin
[/quote]
ben sadece regedit girdirdim başkada birşey yapmadım ama klasik tema olarak geliyor falcon417

Link to comment
Share on other sites

[quote]Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes]

"InstallTheme"="C:\\Windows\\resources\\Themes\\[color="#FF0000"]aero.theme[/color]"
"InstallVisualStyle"="%ResourceDir%\\themes\\[color="#FF0000"]Aero\\Aero.msstyles[/color]"

VE

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ThemeManager]

"DllName"="[color="#FF0000"]Burayı temaya göre değiştirmen gerekiyor[/color]"[/quote]

kırmızıyla yazdığım yerleri değiştirince olması lazım ben böyle yapıyorum

Edited by falcon417
Link to comment
Share on other sites

  • 3 hafta sonra ...

[quote name='kaplan33' date='07 April 2011 - 10:55 ' timestamp='1302173748' post='989112']
"DllName"="Burayı temaya göre değiştirmen gerekiyor"

Sag taraftaki " " arasina temanin ismimi yazilacak?
[/quote]
registry wim mount edip orayı kendin temana göre editleyeceksin
[img]http://i.imgur.com/7NfTM.png[/img]

[b]Ama ben size çok daha güzel bi yöntem göstericem Autounattend.xml ile tema ve duvarkağıdını çok daha rahat ayarlayabilecez yakında...[/b]

Edited by falcon417
Link to comment
Share on other sites

Bu benim oluşturduğum Autounattend.xml daha önce paylaşmıştım sonradan ek olarak varsayılan tema ve duvarkağıdını belirlemeyide ekledim temayı ister direk install.wim'e mount edip yerleştirin ister sources içerisinde $oem$ oluşturup temaları bu yolla yerine gönderin sonra aşağıda ilgili yerleri kendinize göre değiştirin
[quote]<?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>D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization></Organization>
<FullName></FullName>
<AcceptEula>true</AcceptEula>
</UserData>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 ULTIMATE</Value>
</MetaData>
</InstallFrom>
</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>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</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>
<component name="Microsoft-Windows-Sidebar" 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">
<Gadget1>C:\Program Files\Windows Sidebar\Gadgets\CPU.Gadget</Gadget1>
<Gadget2>C:\Program Files\Windows Sidebar\Gadgets\Clock.Gadget</Gadget2>
<Gadget3>C:\Program Files\Windows Sidebar\Gadgets\Calendar.Gadget</Gadget3>
</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">
<TimeZone>GTB Standard Time</TimeZone>
<ComputerName>win7pc</ComputerName>
<Themes>
<CustomDefaultThemeFile>c:\windows\resources\themes\Dark7mix.theme</CustomDefaultThemeFile>
<DefaultThemesOff>false</DefaultThemesOff>
<ThemeName>Dark7mix</ThemeName>
<DesktopBackground>c:\windows\resources\themes\Dark7mix\wallpaper\Dark7mix.jpg</DesktopBackground>
</Themes>
</component>
<component name="Microsoft-Windows-DNS-Client" 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">
<Interfaces>
<Interface wcm:action="add">
<DNSServerSearchOrder>
<IpAddress wcm:action="add" wcm:keyValue="1">208.67.222.222</IpAddress>
<IpAddress wcm:action="add" wcm:keyValue="2">208.67.220.220</IpAddress>
</DNSServerSearchOrder>
<DisableDynamicUpdate>false</DisableDynamicUpdate>
<DNSDomain>OpenDns</DNSDomain>
<EnableAdapterDomainNameRegistration>true</EnableAdapterDomainNameRegistration>
<Identifier>Yerel Ağ Bağlantısı</Identifier>
</Interface>
</Interfaces>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" 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">
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<BlockPopups>yes</BlockPopups>
<Home_Page>http://www.google.com.tr/</Home_Page>
<LockToolbars>true</LockToolbars>
</component>
<component name="Security-Malware-Windows-Defender" 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">
<DisableAntiSpyware>true</DisableAntiSpyware>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/w7/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
[/quote]


Bilgisayar adı :Win7pc

Kulanıcı adı : kullancı belirler

İnternet giriş sayfası :www.google.com.tr/

internet ayarları :güvenlik medium,pop up block aktif,açılışta hiçbir ekran çıkmaz ayar sormaz

Dns : OpenDns olarak ayarlı

Sidebar : Cpu,Clock,Calendar Gadget otomatik aktif

Windows Defender : Gerçek zamanlı antispyware koruması pasif

Varsayılan tema ayarlanabilir ben Dark7mix temasını kullanmıştım

Tarih saat,güncelleştirme gibi ayarlar otomatiktir kullanıcı adı ve parolası dışında hiçbişey sormaz

Edited by falcon417
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...