Clean install Windows 8.1 or Windows 8 from OEM key

Solution 1:

I have successfully been able to swap licenses by first installing a retail version. At the end of this article you will also find a video tutorial on how to do all of this if you do not want to read all of the below.

PRETEXT

Windows 8 OEM machines no longer include a COA sticker or label at the bottom of your laptop with your serial number. If you need to re-install your Windows and your hard drive's recovery cannot be accessed or you forget to create recovery discs - it's a difficult process.

Here are the reasons people want to clean install Windows 8.1:

  1. Some people believe a clean install is better than an upgrade from Windows 8

  2. People forget to do a recovery disc backup and their hard drive's recovery doesn't work. This could be for a variety of reasons (mine was a new SSD installation, while others have reported wiping their drives or recovery partitions becoming inactive or corrupt)

  3. Guaranteed removal of bloatware—even if you did obtain recovery discs, people don't like all the added on applications that OEMs supply with their machines.

  4. Saving the $$$ involved in obtaining recovery discs from the manufacturer (such as Toshiba who thought it was ok to charge me $68 US to ship me recovery discs—with bloatware)


Here is the process

First, find yourself a retail copy of Windows 8.1 ISO. Get the version that corresponds with what came with your laptop (e.g. Professional 64bit). You can download from My Digital Life forums or even find one as a torrent or download directly from Microsoft if you happen to also have a valid retail serial number or dev account. (Remember, downloading a Microsoft ISO is NOT illegal as long as you are installing it with a legal license)

I recommend to check the SHA-1 hash to make sure the ISO files are original if downloading from torrents, else you may end up with a tampered OS with backdoors which will be nearly impossible to remove (implementing backdoors on a OS install disc allows to bypass any security measure of the OS and thus make them completely undetectable). You can check the official SHA-1 hashes directly from Microsoft's MSDN website, then just click on Details on the entry that corresponds to the ISO you downloaded to show the hash.

Next, install the ISO by burning it to a DVD and booting from the DVD. You may have to change your BIOS settings to allow booting from DVD as the first boot device.

Install Windows 8.1 Retail with a generic key. Microsoft has now released LEGAL generic keys used for the sole purpose of installing Windows 8.1 as an INACTIVATED copy.

Generic keys can be found by simply googling:

windows 8.1 [version] [32 or 64 bit] generic key

Finally, once the Windows installation finishes, open up an elevated command prompt. To do this right click on the Windows button and click Command Prompt (Admin).

In the window type: slmgr /upk

This will uninstall the product key (which is generic and inactivated anyway).

Once this is done, use a program like RW Everything to extract the key that is embedded in the bios of your OEM machine. Once you open it, click on the ACPI button then click the MSDM tab. Your key will appear at the end of the data window as the value for the key "Data".

Open an elevated command prompt again and type: slui 3

This will open up a GUI request for your product key. Paste the key from RW Everything.

That's it, you're all done.

You will notice you are fully activated and all of your Windows updates will work.

I have also made a simple tutorial video that explains how to do it all for those that want a more visual demonstration.

Solution 2:

simple fix is to get the windows 8.1 or windows 8 iso then make \sources\ei.cfg and put

[EditionID]
[Channel]
OEM
[VL]
0

into it and save the iso as bootable or just copy everything to a usbstick

Solution 3:

If I'm not mistaken, then Microsoft allows customers with OEM installations to download Refresh Media from their site since November 2014 (source: article on Heise.de in german, but ars technica is good as well). I recall that there was also a campaign advertising a bloatware-free Windows 8 installation around that time, but I cannot find any sources or remember a particular keyword.

Microsoft also offers Refresh Media for Windows 10 since day one.

Note that the site will offer you an ISO if it detects a browser User-Agent indicating a non-Windows operating system. Also note that while you should backup contents on the USB drive you want to use, you don't have to format it if you intend to install with UEFI. If you have enough free space, just create a new folder and put everything that is already on the drive temporarily in there and follow the first part of this guide. (7z works the same way on Windows, just replace the name of the Ubuntu ISO with Windows and copy files.) Ideally it saves you a bit of time, writes to flash cells and may be saves you the hassle of finding a free USB drive. After the installation is done you just move the content from the temporary folder back the where it was.