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.

Featured Replies

Posted

I am using version 1.3.5.9 and I wanted to include an ISO installation of Win 8.1 updat 3 serial, not to have him put to install and do not get the desired result.
To do this, I used Unattended Creator tab and check the box for Serial, writing it on her. Then Save and then make a ISO.
All apparently goes smoothly, but when installing asks me the serial.
Am I doing something wrong? if this as I do?
Thanks for the info you can give me

Windows 8 changed compared to 7 when it comes to unattended and serial, what I do is inject the serial into my image with dism (when I did this in 7 it automatically detected it and skipped, but no longer works in 8) and I use this autounattend.xml code to skip it during setup (only necessary in 8)

 

        <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">            <ImageInstall>                <OSImage>                    <InstallFrom>                        <MetaData wcm:action="add">                            <Key>/IMAGE/INDEX</Key>                            <Value>1</Value>                        </MetaData>                    </InstallFrom>                </OSImage>            </ImageInstall>            <UserData>                <AcceptEula>true</AcceptEula>                <FullName>My Name</FullName>                <Organization></Organization>                <ProductKey>                    <Key></Key>                </ProductKey>            </UserData>        </component>
Yes 'Key' is blank

You can also use ei.cfg as well to skip serial during setup

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.