Windows 2008 R2 Command Line Activation

Open the Command Prompt as an Administrator to run the following commands...

Check the current product activation status and obtain the Product Key

slmgr.vbs /dli

Remove the existing Product Key

slmgr.vbs -upk

Add a new Product Key

slmgr.vbs -ipk [ProductKey]

Activate Windows

slmgr.vbs /ato

  • 25 Users Found This Useful
Was this answer helpful?

Related Articles

Extend Data Volume into Unallocated Space on Windows OS

Extend Data Volume into Unallocated Space on Windows OS This article applies to CeraNet clients...

Resetting Administrator Password in Windows 2012

To reset the password on your Windows 2012 server, complete the following steps: Boot from the...

Enable/Disable NIC Using Windows Command Line

Start elevated Command Prompt.Get NIC list and index number:wmic nic get name, indexEnable NIC...

Fix Trust Relationship Between Computer and Primary Domain

Sometimes the trust relationship between a computer (physical server, VM, Hyper-V Host, etc) and...

Configuring RD Licenses on Windows Server

Microsoft Windows 2012 R2 Server might display an unlicensed status warning even after the...