Created
July 15, 2013 13:38
-
-
Save tvlooy/6000003 to your computer and use it in GitHub Desktop.
Change Win7 license key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\>slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX | |
C:\>slmgr.vbs -ato |
If you need to get the Windows8 license key, you can get it out of the BIOS from Linux with:
acpidump -n MSDM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First command installs new key.
Second command activates key.