Skip to content

Instantly share code, notes, and snippets.

@tvlooy
Created July 15, 2013 13:38
Show Gist options
  • Save tvlooy/6000003 to your computer and use it in GitHub Desktop.
Save tvlooy/6000003 to your computer and use it in GitHub Desktop.
Change Win7 license key
C:\>slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
C:\>slmgr.vbs -ato
@tvlooy
Copy link
Author

tvlooy commented Jul 15, 2013

First command installs new key.
Second command activates key.

@tvlooy
Copy link
Author

tvlooy commented Oct 8, 2013

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