Скачайте приложение

Получите доступ ко всем функциям в удобном мобильном приложении

×

Горячая линия

Услуга в один клик Услуга в один клик

How To Activate Windows Server: 2022

A small box will appear stating either "The machine is permanently activated" or listing an expiration date if you are configured on a volume KMS network.

Use this if your server is already a full version (not Evaluation): Press to open Settings. Navigate to System > Activation . Click Change product key .

The KMS host is a server (running Windows Server 2016, 2019, or 2022) that has been activated with a , also known as a KMS Host Key. This key is obtained from the Volume Licensing Service Center (VLSC) or via a Microsoft Support request.

If you encounter activation errors, start with slmgr /dlv to diagnose, then consult the troubleshooting table above. With the steps in this guide, you’ll have your Windows Server 2022 fully activated, secure, and ready for production workloads. how to activate windows server 2022

Complete Guide: How to Activate Windows Server 2022 Activating is a critical step to ensure your system receives security updates and operates without functional limitations. This guide covers the most common methods, from standard GUI activation to command-line procedures for Server Core or Evaluation editions. 1. Activation via Windows Settings (GUI Method)

This shows if the license is permanent or the expiration date.

Usually caused by incorrect system date and time . Ensure your server's clock is synced with a reliable NTP server. A small box will appear stating either "The

Use this when your organization uses a KMS host.

: Use the following command (Standard edition example): dism /online /set-edition:ServerStandard /productkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /accepteula

Double-check that your key matches the exact edition installed (e.g., standard keys will not activate a Datacenter installation). This also occurs if the key has been blocked by Microsoft due to reaching its activation limit. Click Change product key

Right-click the button and select Command Prompt (Admin) or PowerShell (Admin) . Remove any existing or generic product keys by executing: slmgr.vbs /upk Use code with caution. Clear the registry of any residual product key fragments: slmgr.vbs /cpky Use code with caution. Install your specific Windows Server 2022 product key: slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX Use code with caution.

Install the KMS client key for your edition: slmgr.vbs /ipk

Activate the KMS host with a (obtained from VLSC):

Right-click the menu and choose Command Prompt (Admin) or PowerShell (Admin) .