Activate Windows and Office at the Command Line
I was recently looking for a way to activate Windows 7 and Office 2010 at a command prompt; this is what I found…
Since the release of Vista, you can use the command line utility slmgr for Windows activation when using a MAK (or Multiple Activation Key).
Windows Activation
- Open a command window (as administrator)
- And run…
slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
slmgr -ato
Office Activation
- Open a command window (as administrator)
- From C:\Program Files\Microsoft Office\Office14 run…
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
cscript ospp.vbs /act
Who needs all that pointing and clicking anyway?
Comments
Leave a Reply