Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

bymax

Members
  • Joined

  • Last visited

  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. I think impossible
  6. <?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
  7. su anda indiriyorum deniyecegim hersey icin cok tesekkurler
  8.    Corey reacted to a post in a topic: Autounattend.xml Please Help?
  9. arkadaslar yapılan msn sadece windows kurulduktan sonra kurarsan
  10. 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
  11. 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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.