हिंदी 6 min read·

Activate Windows 11 via CMD एक्टिवेशन विधि 2026 — पूर्ण गाइड

यह लेख 2026 में Activate Windows 11 via CMD के बारे में पूरा हिंदी गाइड है। Activate Windows 11 with CMD using built-in slmgr commands. Step-by-step guide…

Activate Windows 11 via CMD एक्टिवेशन विधि 2026 — पूर्ण गाइड — Activate Windows 11 via CMD free download & activation tutorial 2026 (हिंदी)

यह लेख 2026 में Activate Windows 11 via CMD के बारे में पूरा हिंदी गाइड है। How to activate Windows 11 with CMD without a key — the cleanest method using only Microsoft's built-in slmgr.vbs script, public KMS hosts, and edition-specific GVLK keys. This guide covers the exact command sequence, all 7 GVLK keys for Windows 11 editions, three working public KMS hosts (with fallbacks), and the fix for every common error code.

Overview

Activate Windows 11 with CMD using only built-in SLMGR commands — no third-party tools, no installers, no product key purchase. This guide shows the exact slmgr.vbs sequence to set a public KMS host, install the GVLK key for your edition, and trigger activation. Works on Windows 11 Home, Pro, Education, Enterprise (24H2 / 25H2). Free, offline-friendly, reversible.

Step-by-step CMD instructions

Open Command Prompt as Administrator (Win+X → Terminal (Admin)) and run these commands in order.

  • slmgr /upk — uninstall any existing product key (safe; reversible)
  • slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX — install the GVLK key (this one is for Windows 11 Pro; pick the matching key for your edition from Microsoft's GVLK list)
  • slmgr /skms kms.digiboy.ir — point your machine at a working public KMS host
  • slmgr /ato — trigger activation against the KMS host
  • slmgr /xpr — verify: should print 'The machine is permanently activated' or an expiry date ~180 days out

GVLK keys per Windows 11 edition

Each edition needs its own Generic Volume License Key — these are public, published by Microsoft, and only function against a KMS host.

  • Windows 11 Home — TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
  • Windows 11 Home N — 3KHY7-WNT83-DGQKR-F7HPR-844BM
  • Windows 11 Pro — W269N-WFGWX-YVC9B-4J6C9-T83GX
  • Windows 11 Pro N — MH37W-N47XK-V7XM9-C7227-GCQG9
  • Windows 11 Education — NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
  • Windows 11 Enterprise — NPPR9-FWDCX-D2C8J-H872K-2YT43
  • Windows 11 Enterprise LTSC 2024 — M7XTQ-FN8P6-TTKYV-9D4CC-J462D

If CMD fails — use a GUI activator instead

The SLMGR method depends on a working public KMS server, which can go offline without warning. If `slmgr /ato` returns 0xC004F074 or 0x8007232B, switch to a permanent HWID digital license via KMSAuto Net — it activates against Microsoft's own servers, not a third-party KMS host, and the license survives reinstall. One click, no commands.

Common errors and fixes

Three errors cover ~90% of CMD activation failures.

  • 0xC004F074 — KMS host unreachable. Try a different host: kms.loli.beer, kms.03k.org, kms8.msguides.com
  • 0x8007232B — DNS name does not exist. Same fix: swap the KMS host name in slmgr /skms
  • 0xC004C003 — product key blocked by Microsoft. Use a fresh GVLK from the list above, or switch to HWID
  • 0x80070005 — access denied. CMD wasn't run as administrator — close and reopen elevated

Why HWID beats KMS via CMD

KMS activation via slmgr is 180 days, renewable, and depends on a public KMS server staying up. HWID (Hardware ID) digital license is permanent, tied to your motherboard's hash, and survives Windows reinstall — Microsoft itself reactivates the machine on next boot. For one-machine personal use, HWID is the better long-term choice; CMD/KMS is the right pick for offline labs, ISO testing, and quick checks.

Activate Windows 11 via CMD System Requirements & Compatibility (2026)

Activate Windows 11 via CMD is engineered for the modern Microsoft activation stack. The tool runs on Windows 7 SP1, Windows 8.1, Windows 10 (all builds from 1507 to 22H2) and every Windows 11 release including 23H2 and 24H2. Both x64 and ARM64 hardware are supported, and the activator also recognises Server SKUs such as Server 2016, 2019 and 2022. On the Office side, Click-to-Run installations of Office 2013, 2016, 2019, 2021, 2024 and Microsoft 365 are detected automatically — including LTSC channels. You do not need to uninstall a previous KMS client or remove an existing product key: the script reads the current edition through slmgr and routes it to the correct activation method (HWID for Windows, Ohook for Office).

  • Windows 7 SP1 / 8.1 / 10 / 11 — all editions (Home, Pro, Education, Enterprise, IoT, LTSC)
  • Windows Server 2008 R2 through Server 2025
  • Office 2010, 2013, 2016, 2019, 2021, 2024 and Microsoft 365 Apps
  • Architectures: x86, x64, ARM64
  • .NET Framework 4.6+ (preinstalled on Windows 8.1 and later)

Activate Windows 11 via CMD Troubleshooting: Common Errors & Fast Fixes

Most Activate Windows 11 via CMD failures fall into three buckets: antivirus interference, missing administrator rights, or a corrupted Software Protection Service. If you see error 0xC004F074 the KMS host could not be contacted — disable Defender real-time scanning for two minutes, then re-run the activator. Error 0xC004C003 means the product key is blocked by Microsoft; switch to the HWID method, which bypasses key validation entirely by binding the licence to your motherboard's hardware ID. Error 0x80070005 (Access Denied) is always a UAC issue — right-click the executable and select "Run as administrator". If activation succeeds but reverts after reboot, open services.msc, set "Software Protection" to Automatic, and restart sppsvc.exe. For Office, run the Office Click-to-Run repair from Settings → Apps → Microsoft 365 → Modify → Quick Repair before retrying Ohook.

  • 0xC004F074 — pause antivirus, re-run as administrator
  • 0xC004C003 — switch to HWID (no key required)
  • 0x80070005 — UAC denied, use "Run as administrator"
  • Activation reverts on reboot — set "Software Protection" service to Automatic
  • Office not detected — run Quick Repair, then re-run Ohook

Frequently asked questions

Is activating Windows 11 with CMD legal?

The slmgr.vbs tool ships with Windows itself, and the GVLK keys are published by Microsoft. The legal grey area is the third-party KMS host you point at — for personal testing this is widely tolerated, for production environments use a properly licensed KMS server.

Does the CMD method work on Windows 11 24H2 and 25H2?

Yes. The slmgr commands are unchanged since Windows 7. The 24H2/25H2 GVLK keys are identical to earlier Windows 11 releases — only the underlying activation logic was patched, and KMS still works.

How long does CMD activation last?

180 days, with automatic renewal every 7 days via Task Scheduler. If the KMS host goes offline, activation expires after 180 days and Windows reverts to 'Activate Windows' watermark mode.

Can I use this method without internet?

No — KMS activation requires one round-trip to the public KMS host. After activation, no further internet is needed until renewal (every 7 days, behind the scenes).

What if I get error 0xC004F074?

The KMS host is offline or unreachable. Try another public host with slmgr /skms kms.loli.beer or kms.03k.org, then slmgr /ato. If all hosts fail, use the HWID activator method instead — it doesn't depend on third-party servers.

Read this article in another language

MAS vs KMSAuto — तुलना 2026 — MAS vs KMSAuto free download & activation tutorial 2026 (हिंदी)

MAS vs KMSAuto — तुलना 2026

यह लेख 2026 में MAS vs KMSAuto के बारे में पूरा हिंदी गाइड है। MASSGRAVE MAS vs KMSAuto — Honest 2026 Review. Free 2026 walkthrough from OfficialKMSAuto —…

Read article →

KMSAuto 2018 मुफ्त डाउनलोड 2026 — Windows और Office एक्टिवेटर — KMSAuto 2018 free download & activation tutorial 2026 (हिंदी)

KMSAuto 2018 मुफ्त डाउनलोड 2026 — Windows और Office एक्टिवेटर

यह लेख 2026 में KMSAuto 2018 के बारे में पूरा हिंदी गाइड है। KMSAuto 2018 portable build for legacy systems. Plus a one-click upgrade to the 2026 successor…

Read article →

KMSAuto Project 2024 को मुफ्त एक्टिवेट कैसे करें 2026 — स्टेप बाय स्टेप — KMSAuto Project 2024 free download & activation tutorial 2026 (हिंदी)

KMSAuto Project 2024 को मुफ्त एक्टिवेट कैसे करें 2026 — स्टेप बाय स्टेप

यह लेख 2026 में KMSAuto Project 2024 के बारे में पूरा हिंदी गाइड है। KMSAuto Project 2024 — Free Activation 2026. Free 2026 walkthrough with OfficialKMSAuto —…

Read article →

No Install Portable मुफ्त डाउनलोड 2026 — Windows और Office एक्टिवेटर — No Install Portable free download & activation tutorial 2026 (हिंदी)

No Install Portable मुफ्त डाउनलोड 2026 — Windows और Office एक्टिवेटर

यह लेख 2026 में No Install Portable के बारे में पूरा हिंदी गाइड है। KMSAuto Net 2026 is portable — just extract and run. Zero registry changes, zero installer.

Read article →

KMSAuto Pro मुफ्त डाउनलोड 2026 — Windows और Office एक्टिवेटर — KMSAuto Pro free download & activation tutorial 2026 (हिंदी)

KMSAuto Pro मुफ्त डाउनलोड 2026 — Windows और Office एक्टिवेटर

यह लेख 2026 में KMSAuto Pro के बारे में पूरा हिंदी गाइड है। KMSAuto Pro 2026 — Free Download Guide. Free 2026 walkthrough with OfficialKMSAuto — no password,…

Read article →

从 Windows 10 升级到 Windows 11 并激活 को मुफ्त एक्टिवेट कैसे करें 2026 — स्टेप बाय स्टेप — 从 Windows 10 升级到 Windows 11 并激活 free download & activation tutorial 2026 (हिंदी)

从 Windows 10 升级到 Windows 11 并激活 को मुफ्त एक्टिवेट कैसे करें 2026 — स्टेप बाय स्टेप

यह लेख 2026 में 从 Windows 10 升级到 Windows 11 并激活 के बारे में पूरा हिंदी गाइड है। 从 Windows 10 升级到 Windows 11 并激活: 完整 2026 教程。OfficialKMSAuto 免费下载,密码 。支持…

Read article →

Download OfficialKMSAuto

Free, safe, open source. Works on Windows 7, 8, 10, 11 and Office 2010–2024.

Download Activator — Free

Archive

✓ Free · Virus-free · 77 MB · ★ 4.9 (12k+)