Skip to content

Instantly share code, notes, and snippets.

@TRB-Exe
Last active June 7, 2024 08:10
Show Gist options
  • Save TRB-Exe/f0f8c9ec68d5a6fa79a924fbeff940ea to your computer and use it in GitHub Desktop.
Save TRB-Exe/f0f8c9ec68d5a6fa79a924fbeff940ea to your computer and use it in GitHub Desktop.
Windows 10 fast activation from cmd

Super easy and fast activation from command prompt

Run cmd.exe with Admin permissions and enter commands for your system

windows 10/11

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms.digiboy.ir
slmgr /ato

windows 8.1

slmgr /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
slmgr /skms kms.digiboy.ir
slmgr /ato

windows 10 ltsc

slmgr /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
slmgr /skms kms.digiboy.ir
slmgr /ato

windows 10 ltsb

slmgr /ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ
slmgr /skms kms.digiboy.ir
slmgr /ato

windows 7

slmgr /ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4
slmgr /skms kms.digiboy.ir
slmgr /ato

keys from https://docs.microsoft.com/ru-ru/windows-server/get-started/kms-client-activation-keys

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