Skip to content

Instantly share code, notes, and snippets.

@SystemJargon
Created August 30, 2022 02:40
Show Gist options
  • Select an option

  • Save SystemJargon/ac01c72105837d59b85b446848197ae9 to your computer and use it in GitHub Desktop.

Select an option

Save SystemJargon/ac01c72105837d59b85b446848197ae9 to your computer and use it in GitHub Desktop.
Windows Activation commands
cd c:\windows\system32

slmgr.vbs /dlv
slmgr.vbs /ipk <product key here>
slmgr.vbs /skms <kms server name>
slmgr.vbs /ato

Replace with your own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment