arrow_back
Back

Windows activation: product keys, digital license, and KMS

Andrew Dorokhov Andrew Dorokhov schedule 1 min read
menu_book Table of Contents

It works with Windows 10 and Windows 11.

CMD

Firstly, we should specify a key:

cscript //nologo %windir%\system32\slmgr.vbs /ipk [KEY]

Then we should set a KMS server address:

cscript //nologo %windir%\system32\slmgr.vbs /skms [KMS SERVER ADDRESS]  

Command to activate Windows:

cscript //nologo %windir%\system32\slmgr.vbs /ato

Check the status of activation:

slmgr.vbs /dlv
code

Need Help with Development?

Happy to help — reach out via the contacts or go straight to my Upwork profile.

work View Upwork Profile arrow_forward