Solved Clean 8.1 install on a laptop with pre-installed 8?

emgray

New Member
Messages
3
Hello everyone,
Today I received a new Acer laptop which came with Windows 8 but it has a bunch of programs which I will never use and I just want to restart with a clean slate.

From here (Option 1) I downloaded and put an ISO of 64-bit Windows 8.1 on a USB drive but I'm not sure about how to go forward. The Windows 8 key of the Acer is in the BIOS right so with 8.1 being a free upgrade will that key automatically activate 8.1 for me?

I was also reading about editing the ei.cfg and unless I'm understanding it wrong this allows you to install 8.1 without a product key and I read somewhere else that you can use your Windows 8 key to activate 8.1 after it has been installed. Is any of this correct?

Apologies for the silly questions, I'm not good at setting up computers and my son usually does everything but he's not around at the moment.

Thank you for reading.
Advice will be appreciated.
 
How to download and clean install Windows 8.1 if you have an OEM computer with UEFI firmware (BIOS) embedded Windows 8/8.1 product key. -> link

How to create a bootable USB flash drive. -> link
 
You won't be able to clean install Windows 8.1 using the embedded key in your bios.

Here is what you need to do
Find a script called ShowKey.vbs to get a copy of your existing embedded BIOS key. You can find from this forum.
Google for Windows 8.1 generic key and install using that key

Once installed, that generic key will not activate
So, from an admin level command line, run slmgr.vbs -ipk {your_original_key} : this is the key you obtained from showkey.vbs.

You system will need to reboot and should activate just fine. I've done this trick many times at work, no problems at all.
 
You won't be able to clean install Windows 8.1 using the embedded key in your bios.

Here is what you need to do
Find a script called ShowKey.vbs to get a copy of your existing embedded BIOS key. You can find from this forum.
Google for Windows 8.1 generic key and install using that key

Once installed, that generic key will not activate
So, from an admin level command line, run slmgr.vbs -ipk {your_original_key} : this is the key you obtained from showkey.vbs.

You system will need to reboot and should activate just fine. I've done this trick many times at work, no problems at all.

This is not needed now it seems.
The new Option 1 OP has referred, consists of new Windows installation media creation tool from MS, that will install Windows 8.1 Update in an OEM/Retail machine with Windows 8/8.1 directly. In OEM system, Windows 8.1 Update would be automatically activated with BIOS Windows 8/8.1 activation key.
 
Genet, thank you for your help. When I posted this message I had already made my bootable USB and I guess that all I needed to do was change the boot order and plug it in.

Now I have Windows 8.1 running on the laptop.

The only thing is that I want to change the boot order again but I can't seem to get back into the BIOS with the old key, does Windows change the key location?
 
Genet, thank you for your help. When I posted this message I had already made my bootable USB and I guess that all I needed to do was change the boot order and plug it in.

Now I have Windows 8.1 running on the laptop.

The only thing is that I want to change the boot order again but I can't seem to get back into the BIOS with the old key, does Windows change the key location?

Some members have reported issues trying to get into the BIOS when Windows 8's Fast Startup is enabled. When enables the PC goes into a hybrid sleep mode. What genet posted should get you in. The BIOS access key hasn't changed it just doesn't work when the PC is coming out of fast startup's sleep/hibernate mode. If you turn fast startup off it should work like it did before. It's up to you what you want to do. I turn it off as I have an SSD anyway and my boot time is about 10 seconds. Just a FYI post,
 
What I actually do is disable hibernation from the command prompt, powercfg -h off. Doing it this way also gets rid of the hyberfill.sys file. If you have a smallish SSD that's a bonus.

Yes, I've done that from cmd after I installed the SSD :)
Also disabled indexing & few other options from Power options like turning off hard drive, sleep. I don't keep system on whole time, so they're not needed for me.
 
Back
Top