Windows server 2008 and Windows Vista – How to change your license key via command line
Posted by aidas | Posted in Command line, Windows 2008, Windows Vista | Posted on 22-06-2009
0
This post will show you quick way to change license key on your Windows server 2008 or Windows Vista using command line.
Lets say we want to change our license key to AAAAA-BBBBB-CCCCC-DDDDD-EEEEE (Note that this is not legal license key !!!) .
To change key open command line (Start>Run>cmd) and type:
slmgr -ipk AAAAA-BBBBB-CCCCC-DDDDD-EEEEE

Press “Enter” and You are done !


