Jump to content

bymax

Members
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bymax

  1. please Quick Launch http://i.techrepublic.com.com/blogs/windows_xp_quicklaunch.png
  2. Hi, I have some questions for you that I couldn’t find the explanations by myself. 1- I tried to add the last win7 updates into install.wim -using W7T. But for one of them gave a message saying "this will be done as unattended"! I said OK, and it finished by adding an "apps" folder to the main directory. It’s working very well What I want to ask is: where do we have to write such commands? If we want to make some other changes after a while? -"which file"? 2- Last week I used "wimregistry editor" to apply my last regedit adjustments successfully. Here again, I would like to ask the name of the "file" that the changes were written? (may need to make some more changes later) Thanks...
  3. Şimdi benim istedigim kendime windows 7 yaptım katılımsız ama kurulurken otomatik bizim eski kullandıgımız hızlı baslat yine aynı sekilde yerine gelmesi normalde win 7 de o olayı kaldırmışlar biz manuel olarak ayarlıyoruz bende bunun icin biraz arastırdımda boyle bir scripts buldum ama tam istedigim gibi olmuyor yani
  4. Boyle bir scripts buldum ama exe halinede getirdim tıklıyorum herseyi yapıyor yanlız sonda sag taraftaki
  5. <?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="amd64" 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="amd64" 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>Matrix</Organization> <FullName>Administrator</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="amd64" 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> <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet> <TimeZone>GTB Standard Time</TimeZone> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%SystemDrive%\windows\Install\setup.cmd</CommandLine> <Description>Windows 7</Description> <Order>20</Order> </SynchronousCommand> </FirstLogonCommands> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" 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>Matrix</ComputerName> <Themes> <WindowColor>Sky</WindowColor> </Themes> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" 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> </unattend> <?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>Matrix</Organization> <FullName>Administrator</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"> <AutoLogon> <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet> <TimeZone>GTB Standard Time</TimeZone> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%SystemDrive%\windows\Install\setup.cmd</CommandLine> <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>Matrix</ComputerName> <Themes> <WindowColor>Sky</WindowColor> </Themes> </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> </unattend> Can you please file two Autounattend Single? x64 and x86 merged because I want to use a single DVD
  6. su anda indiriyorum deniyecegim hersey icin cok tesekkurler
  7. arkadaslar yapılan msn sadece windows kurulduktan sonra kurarsan
  8. Bugun nlite ile ekledim kurdum calışıyor boyutta artmıyor normalde RVM_Integrator_1.6 bununla eklemiştim sadece alttaki resme bakarsanız kare icerisine aldıgım kısa yolları silmek istiyorum hangi dosyayı editlemem lazım kurulurken bunları atmasın diye
  9. merhaba neOS oncelikle paketin icin cok tesekkurler ben sadece paketi ekledigimde 100 mb falan fazla oldu normalde nr paketlerinde olmuyordu biraz baktımda bazı dosyalar acık halde oyuzden sanırım fazla oluyor eger mumkun oluyorsa paketi ekledikten sonra kendiliginden o dosyalarıda sıkıştırsa o zaman yerden kazanırız yada sizin bir oneriniz varmıdır simdiden teşekkurler
  10. 32 ve 64 vistalari birleştirdim 32 bit kurarken problem yok ama 64 bit kurdugumda Autounattend dosyasini gormuyor bilen varsa simdiden teşekkurler kullandıgım Autounattend altta
  11. cok aradım ama bulamadım zannedersem imkansız bi şeyi arıyorum
  12. İstedigim Bu yani Vista a
  13. oncelikle tesekkurler ama benim işimi cozmedi ben sadece masa ustune sag tıkladıgımda klasik ikonlar secili olsun istemiştim yani sizin verdiginiz reg ayarı ile boyutu duşursemde o sekli almıyor
  14. Vistanın masaustundeki simgeler ilk acıldıgında buyuk olarak acılıyor manuel olarak onları klasik simgelere getiriyorum acaba bunun bir reg ayarı varmıdır yani klasik simgeleri secmek icin ona gore reg ayarını katılımsız kuruluma koyayım acıldıgında otomatik yapsın simdiden teşekkurler
  15. alttaki likte Ntldr.ima mevcuttur normalde 1 bolumu sectigimde windowsu acıyor yani Ntldr sildigim halde ama bunu manuel olarak windows acıldıktan sonra koyalayabiliyorum verdigim dosya uzerinde komut ile bunu otomotik yapabilirmi yani onu sectigimde direkt oraya kopyalasın simdiden teşekkurler Kendime G
  16. Sitede vardi ama calismiyordu biraz bi seyler yaptim calisiyor su an ikon olarakta ccleaner ikonu kalmiş kusura bakmayin youtube megaupload ve baya siteye giriyor http://rapidshare.com/files/146924290/YoutubeII.rar.html
×
×
  • Create New...