-
1
- #1
If you install Windows 8 Enterprise, you'll notice that when you try to activate it, there is no option to change the product key. As a result, activation fails. Here's how to do it.
Get your activation key (request from TechNet)
Open an elevated cmd prompt (as administrator)
Navigate to:
x86: %windir%\WinSxS\x86_microsoft-windows-security-spp-tools_31bf3856ad364e35_6.2.9200.16384_none_424451ff90872307
x64: %windir%\WinSxS\amd64_microsoft-windows-security-spp-tools_31bf3856ad364e35_6.2.9200.16384_none_9e62ed8348e4943d
run
The machine will register that key (you'll get a window pop up), and the machine will be activated.
Do you have your Tek-Tips.com Swag? I've got mine!
Stop by the new Tek-Tips group at LinkedIn.
Get your activation key (request from TechNet)
Open an elevated cmd prompt (as administrator)
Navigate to:
x86: %windir%\WinSxS\x86_microsoft-windows-security-spp-tools_31bf3856ad364e35_6.2.9200.16384_none_424451ff90872307
x64: %windir%\WinSxS\amd64_microsoft-windows-security-spp-tools_31bf3856ad364e35_6.2.9200.16384_none_9e62ed8348e4943d
run
Code:
slmgr.vbx /ipk [your activation key]
Do you have your Tek-Tips.com Swag? I've got mine!
Stop by the new Tek-Tips group at LinkedIn.