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
- 21 Users Found This Useful
Related Articles
Enable/Disable NIC Using Windows Command Line
Start elevated Command Prompt.Get NIC list and index number:wmic nic get name, indexEnable NIC...
Error 0x80070520 When Binding Certificate to Web Site on IIS 7
One of my customers had a problem when using one certificate on IIS 7. This certificate had once...
Fix Trust Relationship Between Computer and Primary Domain
Sometimes the trust relationship between a computer (physical server, VM, Hyper-V Host, etc) and...
Error 0x80070520 When Binding Certificate to Web Site on IIS 7
One of my customers had a problem when using one certificate on IIS 7. This certificate had once...
Resetting Administrator Password in Windows 2012
To reset the password on your Windows 2012 server, complete the following steps: Boot from the...