Windows srv 2022 datactr std kms

If you’ve installed your Windows with a MAK product key and now want to change it to KMS or install a clean OS (never activated), this guide will definitely help you. It also can be useful if you want to activate your Windows copy on the corporate KMS server.

Microsoft offers two ways of Windows and MS Office activation for corporate customers under the Volume License program. They can use MAK or KMS keys for product activation.

  • MAK (Multiple Activation Keys) — MAK license is like a Retail (box) license, but allows the activation of several instances of Windows using a single product key (MAK). The number of activations is limited and depends on the type of your license agreement (Open, Select, or Enterprise Agreement). You must activate the Windows copy with the MAK key installed via the Internet or by phone. MAK is recommended to use for activating Windows computers that rarely or never connect to the corporate network, or for small networks where the number of computers doesn’t meet the KMS activation threshold;
  • KMS (Key Management Service) — this is an activation type for enterprise customers. The KMS activation server allows activating corporate versions of Windows OS and Microsoft Office products within the enterprise network. The KMS infrastructure is very simple: install the Volume Activation Services role on Windows Server, add your KMS Host Key (from Microsoft Volume Licensing Service Center), and activate your corporate KMS server on Microsoft (perform this only once). After that, your enterprise KMS clients can send activation requests to the KMS server and activate with it.

KMS is based on a client-server architecture. KMS client computers (your Windows workstations and Windows Server hosts) can find the KMS host using DNS or static configuration. KMS clients communicate with the KMS host over the local network on port TCP/1688 (default). A single KMS host can activate an unlimited number of KMS clients.

The main advantages of KMS activation:

  • KMS clients do not need to access the Internet or the phone to activate the product (only network access to the KMS server is required);
  • The KMS client is being activated on the internal KMS server for 180 days and attempts to renew the activation every 7 days;
  • When the KMS host cannot be reached for 180 days, your Windows device is given a grace period of 30 days. After the 30-day grace period expires, Windows switches to “Reduced Functionality Mode” (RFM);
  • In case the KMS server is damaged or lost, there is nothing to restore from backup on the KMS server. Install a new server, install the KMS role, enter the KMS host key, activate — and everything is ready to go!
  • Instead of a KMS activation, in the AD domain you can use the Active Directory optimized version — ADBA (Active Directory Based Activation);
  • KMS infrastructure is simple and extensible, one KMS server can serve thousands of clients.

Deploying KMS Activation Host on Windows Server 2022/2019

KMS host is a special Windows Server role that can automate the activation of volume license Microsoft products (Windows and Office) and track their activation status.

Note. You can also deploy the KMS host on desktop versions of Windows such as Windows 11, 10, or 8.1. KMS host running on a desktop Windows edition cannot be used for KMS activation of Windows Server computers.

You can install a KMS server on any version of Windows Server. In this example, we will show how to install a KMS activation server on Windows Server 2019.

You can install the KMS role using the Server Manager GUI (Server Manager > Add Roles and Features > Roles > Volume Activation Services).

kms server

Or, you can install and configure the KMS server role using PowerShell:

  1. Run the PowerShell console as administrator and execute the following command:
    Install-WindowsFeature -Name VolumeActivation  -IncludeAllSubFeature –IncludeManagementTools
  2. If your Windows Defender Firewall with advanced security is enabled, you need to open incoming connections on TCP port 1688 in order for the KMS client to contact the KMS server. This can be done by the following PowerShell command:
    Enable-NetFirewallRule -Name SPPSVC-In-TCP
  3. Go to the Microsoft Volume Licensing Service Center website > Downloads and Keys > Windows Server > Windows Server 2019 > Key, and copy your KMS Host Key (Windows Srv 2019 DataCtr/Std KMS). This key is called CSVLK.
    kms activation
  4. Now you can install your KMS host key on your server. Run the command:
    slmgr /ipk <your_Windows_SRV_2019_KMS_host_key>
  5. In order to activate your KMS server on Microsoft servers online, run the command:
    slmgr /ato

    (you need to temporarily provide direct Internet for your server);

  6. To check the KMS server activation status, run:
    slmgr /dlv
  7. If necessary, you can optionally install the Volume License Pack for your Office version (described in tutorial Office 2016 KMS activation) in order to activate Office copies in the enterprise network;
  8. Now you can configure KMS clients to activate on your KMS server.

You can activate up to 6 KMS servers with the same KMS host key. If you need to activate more than 6 KMS hosts, you need to contact the Microsoft Volume Licensing Activation Center to request an exception.

Please note that the KMS host key Windows Srv 2019 allows you to activate all previous versions of Windows, starting from Windows 7/Windows Server 2008 R2. However, if your KMS server is activated with an older host key, you won’t be able to activate new versions of Windows.

If you want to activate Windows Server 2022 KMS client versions on the KMS host running Windows Server 2019, you need to install June 8, 2021 KB5003646, or later cumulative update.

For example, if you activated your KMS server with the Windows Srv 2012R2 key, you cannot activate Windows 10 or Windows Server 2016. The maximum supported versions of Windows to activate in this case are Windows 8.1 and Windows Server 2012 R2.

If you use previous versions of Windows as the KMS server, you need to install special updates before installing a new KMS host key:

  • Windows Server 2012 R2 — servicing stack update KB3173424, and any latest cumulative update;
  • Windows Server 2016 — servicing stack update KB4132216, and any latest cumulative update.

Changing the activation key to the public KMS Client Setup Key

Before activating your Microsoft product (Windows or Office) on the KMS server, you must change the product activation key to the public KMS Client Setup Key. You can change the product key to KMS from the Windows GUI (use the command slui.exe 4), or you can use the slmgr command-line tool. Slmgr.vbs is a small VBS script located in the %SystemRootsystem32 folder and used to manage the Windows licensing on a local or remote computer;
To activate a KMS client, it must have a special KMS public key installed. This product key is called the GVLK key (Generic Volume License Key). For each Windows edition, this key is unique. To replace an existing product key, run the command prompt as an administrator on the computer you want to activate and type:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

XXXXX is the GVLK key for your Windows edition (read the last section of this article to learn how to find the GVLK for your version of Windows).

In our case, we want to activate Windows 10 Enterprise LTSC 2019 on a KMS server. The KMS Client setup key installation command will look like this:

slmgr.vbs /ipk ****-****-****-****-****

Wait until the confirmation message “Product key XXXXX installed successfully” appears.

slmgr /skms

Checking VLMCS Record in DNS and setting KMS server address

After you specify the GVLK key, the KMS client tries to connect to the previously configured KMS server or find a special SRV (_VLMCS) record in the DNS. This DNS record is created when you install a new KMS server in the domain and point to your KMS server. After the KMS server is discovered using the DNS server, the client performs the OS activation.

You can skip this step if your DNS has a valid SRV record that allows clients to find the KMS server.

Tip. You can check this DNS entry using the nslookup command:

nslookup -q=SRV _VLMCS._TCP.theitbros.com

windows kms server

If the client does not find the KMS server automatically, you can specify the address of the KMS server manually using the slmgr with the option /skms. You can also specify the TCP port on which the activation service listens (by default 1688):

slmgr.vbs /skms <KMS_server_name_or_IP>:1688

Key Management Service machine name set to hostname successfully.

You can test network connectivity between your computer and the KMS server using the PowerShell command:

Test-NetConnection -ComputerName KMS_server_name_or_IP -Port 1688

windows kms activation

To activate your Windows client with the KMS server, run the command:

Slmgr.vbs /ato

And wait until the message Product activated successfully appears;

windows 10 kms activation

Check the Status of Windows Activation

Optionally, you can display information about the Windows activation status:

slmgr.vbs /dli

activate windows kms

As you can see, the utility returned the following useful info:

  • Name — the OS version;
  • Description — distribution channel VOLUME_KMSCLIENT channel;
  • License status — licensed;
  • Volume activation expirations — 180 days;
  • KMS server IP address and DNS name (Registered KMS machine name).

You can use the slmgr.vbs tool to perform Windows KMS activation on the remote computer. The following command will check the activation status on the remote computer named nywsdx3323. The connection credentials are specified in plain text:

slmgr.vbs nywsdx3323 administrator P@ssw0rdd -dli

Most Common KMS Activation Errors

Most often users face the following errors when activating Windows with the KMS server:

  • 0xC004F074 (The software licensing service reported that the computer could not be activated. No Key Management Service (KMS) could be contacted) — the key management server is unavailable. It means that the KMS service on the server is not running or access to it from the client is blocked (check TCP port 1688 availability on a KMS server);
  • 0xC004F038 (The Software Protection Service reported that the computer could not be activated. The count reported by your Key Management Service (KMS) is insufficient. Please contact your system administrator) — you did not have the necessary number of activation requests on the KMS server (called the activation threshold). For desktop Windows edition the minimum number of KMS clients – is 25, for Windows Server – 5 (it can be both physical devices and virtual machines). You can check the current count of hosts connected to the KMS server with the command slmgr.vbs /dli. Target more Windows hosts to your KMS server;
  • 0xC004F015 (The Software Protection Service reported that the product key is not available) — you can see this error when you try to activate Windows 10/Server 2016/2019 on an old KMS server that is activated with the old KMS host key. In this case, you need to get a new KMS host key from VLSC and reactivate your KMS server.
  • 0x80072F8F (We can’t activate Windows on this device at the moment. You can try activating later) — check if the time and date on your device are correct. If necessary, synchronize the time with the NTP server;
  • Unable to reach Windows activation servers.
  • 0xC004F035 and 0xC004F059 (The software licensing service reported that the computer could not be activated with a Volume license key. Volume-licensed systems require upgrading from a qualified operating system. Please contact your system administrator or use a different type of key) — these errors can occur on computers with OEM versions of Windows. The BIOS of these computers uses the ACPI_SLIC table. The KMS server can’t find a special token in such a table and cannot activate Windows. In such cases, it is recommended to update (flash) the BIOS firmware.

You can use the Slui.exe tool to display a description of most activation related error codes (use the syntax: slui.exe 0x2a ErrorCode). For example, to get a more detailed description of activation error 0xC004F074, use the following command:

slui.exe 0x2a 0xC004F074

kms host

The error description contains detailed information:

[Window Title]

Windows Activation

[Main Instruction]

An error has occurred

[Content]

You can also contact Microsoft by phone to help resolve this problem.

[Expanded Information]

Code:

0xC004F074

Description:

The Software Licensing Service reported that the product could not be activated. No Key Management Service (KMS) could be contacted. Please see the Application Event Log for additional information.

You can also find all activation-related events in the Event Viewer application log under the provider name Microsoft-Windows-Security-SPP.

How to Find Out the GLVL Key for Your Windows Edition?

GVLKs or KMS Client Setup Key is a list of public keys that must be used to activate volume editions of Windows and Windows Server. A complete list of GVLK keys is available on the Microsoft website at the following link.

Let’s see how to find the KMS Client Setup key for your version of Windows? First, you need to check the version and edition of Windows on your computer. To do this, you can run the command:

Winver

kms server windows 10

Or use the following PowerShell command:

systeminfo /fo csv | ConvertFrom-Csv | select OS* | Format-List

windows kms

Tip. Let us remind you that Windows Home and Single Language cannot be activated on the KMS server. KMS activation is available only for Volume License editions (Pro, Pro for Workstations, Pro Education, Education, Enterprise, LTSC, and LTSB).

In our example, we have Windows 10 Pro build 20H2 installed. According to the Windows lifecycle fact sheet, Win 10 20H2 build belongs to Semi-Annual Channel versions. Therefore, we need to look for the GVLK key in the Windows 10, all supported Semi-Annual Channel versions section.

KMS Client Setup Key for our Windows 10 Pro edition is W269N-XXXXX-XXXXX-XXXXX-T83GX.

kms server activation

Copy the found GVLK key and use it in the slmgr command to switch your Windows to KMS activation mode:

slmgr.vbs /ipk W269N-XXXXX-XXXXX-XXXXX-T83GX
  • About
  • Latest Posts

Brian Jackson started this blog in 2011. Brian has a huge passion for WordPress and technology for over a decade. Brian enjoys blogging, movies, and hiking.

By default, the Windows operating system is activated online at Microsoft activation servers on the Internet. For enterprise customers, Microsoft offers an alternative to online activation called the Key Management System (KMS).

KMS is a separate license server on which the Volume Activation Services role is installed and activated using the KMS host key. Such a KMS server allows all workstations and Windows servers in the organization to perform on-premises OS activation, without the need for clients to access Microsoft activation servers on the Internet.

This article looks at how to deploy a KMS server and use it to activate Windows client computers.

KMS Activation FAQ

KMS activation server allows to activate volume editions of Windows OS and Microsoft Office products within the enterprise network. The KMS infrastructure is very simple: install the Volume Activation Services role on Windows Server, add your KMS Host Key (from Microsoft Volume Licensing Service Center), and activate your corporate KMS server on Microsoft by phone or online (this could be performed only once). After that, your enterprise devices can send activation requests to the KMS server and activate with it.

KMS is based on a client-server architecture. KMS client computers (your Windows workstations and Windows Server hosts) can find the KMS host in domain using DNS or you can manually set the KMS host address on the clients. By default, the KMS client connects to the KMS host on port TCP/1688.

The main advantages of KMS activation:

  • KMS clients do not need to access the Internet or the phone to activate the product (only network access to the KMS server is required);
  • The KMS client is activated on the internal KMS server for 180 days. It tries to renew the activation every 7 days;
  • If the KMS client is unable to contact the KMS license server for 180 days, your Windows device will be given a grace period of 30 days. After the 30-day grace period expires, Windows will switch to “Reduced Functionality Mode” (RFM);
  • In case the KMS server is damaged or lost, there is nothing to restore from the backup on the KMS server. Install a new Windows Server host, install the KMS role, enter the KMS host key, activate, and you are ready to go!!
  • For domain-joined computers, you can use Active Directory Based Activation (ADBA) instead of KMS host;
  • KMS infrastructure is simple and scalable. A single KMS server can serve thousands of clients.

Deploying KMS Volume Activation Role on Windows Server 2022/2019

You can install a KMS server on any version of Windows Server. In this example, we will show how to install a KMS activation server on Windows Server 2019.

Note. You can also deploy the KMS host on desktop versions of Windows such as Windows 11, 10, or 8.1. KMS host running on a desktop Windows edition cannot be used for KMS activation of Windows Server computers.

You can install the KMS role using the Server Manager GUI (Server Manager > Add Roles and Features > Roles > Volume Activation Services).

kms client activation

Or, you can install and configure the KMS server role using PowerShell:

  1. Run the PowerShell console as administrator and execute the following command:
    Install-WindowsFeature -Name VolumeActivation  -IncludeAllSubFeature –IncludeManagementTools
  2. If you have Windows Defender Firewall enabled on your computer, you will need to allow inbound connections on TCP port 1688. This can be done by the following PowerShell command:
    Enable-NetFirewallRule -Name SPPSVC-In-TCP
  3. Go to the Microsoft Volume Licensing Service Center website > Downloads and Keys > Windows Server > Windows Server 2019 > Key, and copy your KMS Host Key (Windows Srv 2019 DataCtr/Std KMS). This key is called CSVLK.
    activate windows kms
  4. Now you can install your KMS host key on your server. Run the command:
    slmgr /ipk <your_Windows_SRV_2019_KMS_host_key>
  5. In order to activate your KMS server online on Microsoft servers, run the command:
    slmgr /ato

    (you need to temporarily provide direct Internet for your server);

  6. To check the KMS server activation status, run:
    slmgr /dlv
  7. If necessary, you can optionally install the Volume License Pack for your Office version in order to activate volume Office copies on the KMS server (described in tutorial Microsoft Office KMS activation);
  8. Now you can configure KMS clients to activate on your KMS server.

Hint. You can activate up to 6 KMS servers with the same KMS host key.

Please note that the KMS host key Windows Srv 2019 allows you to activate all previous versions of Windows, starting from Windows 7/Windows Server 2008 R2. However, if your KMS server is activated with an older host key, you won’t be able to activate new versions of Windows.

For example, if you activate your KMS server with the Windows Srv 2016 key, you won’ be able to activate Windows 11 or Windows Server 2019/2022. The maximum supported versions of Windows to activate in this case are Windows 10 and Windows Server 2016.

How to Activate Windows Computer with KMS License Server

Change the Windows Product Key to Public KMS Client Setup Key

Before activating your Windows client on the KMS server, you must change the product activation key to the public KMS Client Setup Key (GVLK, Generic Volume License Key. You can change the product key to KMS from the Windows GUI (use the command slui.exe 4), or you can use the slmgr command-line tool.

You can find the GVLK for your version of Windows here.

For example, according to this table, we should use the W269N-WFGWX-YVC9B-4J6C9-T83GX KMS Client Product Key for Windows 11 and 10 Professional edition.

kms activation

Install the GVLK key you found on your Windows device:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Wait until the confirmation message “Product key XXXXX installed successfully” appears.

windows kms server

Note. If your Windows computer was previously activated using the MAK key, this will change the product key from MAK to KMS (GVLK).

Now you can run the following command to activate your Windows copy on KMS server:

Slmgr.vbs /ato

And wait until the message Product activated successfully appears;

windows kms activation

In this case, the Windows client used the SRV (_VLMCS) record in the Active Directory DNS to find the KMS server on a domain.

Tip. You can manually set the KMS server address on a client if this SRV record is missing, or if your computer is not connected to AD using the nslookup command:

nslookup -q=SRV _VLMCS._TCP.theitbros.com

setup kms server

This command lists all KMS registered.

You can manually set the KMS server address on a client if this SRV record is missing, or if your computer is not connected to AD.

Manually Activate Windows with KMS Server

You can manually specify the address of the KMS server using the slmgr with the /skms option. You can also set the TCP port number on which the activation service listens (by default 1688):

slmgr.vbs /skms <KMS_server_name_or_IP>:1688

Key Management Service machine name set to hostname successfully.

You can test network connectivity between your computer and the KMS server using the PowerShell command:

Test-NetConnection -ComputerName KMS_server_name_or_IP -Port 1688

how to set kms server on client

Then you can activate your Windows client with the KMS server:

Slmgr.vbs /ato

Check the Status of Windows Activation

Optionally, you can display information about the Windows activation status:

slmgr.vbs /dli

kms windows activation

As you can see, the utility returned the following useful info:

  • Name — the OS version;
  • Description — distribution channel VOLUME_KMSCLIENT channel;
  • License status — licensed;
  • Volume activation expirations — 180 days;
  • KMS server IP address and DNS name (Registered KMS machine name).

If you want to check when the license period expires:

slmgr /xpr

activate windows with kms

You can use the slmgr.vbs tool to perform Windows KMS activation on the remote computer. The following command will check the activation status on the remote computer named nywsdx3323. The connection credentials are specified in plain text:

slmgr.vbs nywsdx3323 administrator P@ssw0rdd -dli

Windows KMS Activation Errors

Most often users face the following errors when activating Windows with the KMS server:

  • 0xC004F074 (The software licensing service reported that the computer could not be activated. No Key Management Service (KMS) could be contacted) — the KMS server is not available. It means that the KMS service is not running on the target server or that access to it from the client is blocked by a firewall.
  • 0xC004F038 (The Software Protection Service reported that the computer could not be activated. The count reported by your Key Management Service (KMS) is insufficient. Please contact your system administrator) — you did not have the necessary number of activation requests on the KMS server (called the activation threshold). For desktop Windows edition the minimum number of KMS clients – is 25, for Windows Server – 5 (it can be both physical devices and virtual machines). You can check the current count of hosts connected to the KMS server with the command slmgr.vbs /dli. Target more Windows hosts to your KMS server;
  • 0xC004F015 (The Software Protection Service reported that the product key is not available) — you will see this error when you try to activate a newer version of Windows OS on the KMS server that is activated with the old KMS host key. In this case, you need to get a new KMS host key from VLSC and reactivate your KMS server.
  • 0x80072F8F (We can’t activate Windows on this device at the moment. You can try activating later) — check if the time and date on your device are correct. If necessary, synchronize the time with the NTP server;
  • 0xC004F035 and 0xC004F059 (The software licensing service reported that the computer could not be activated with a Volume license key. Volume-licensed systems require upgrading from a qualified operating system. Please contact your system administrator or use a different type of key) — these errors may occur on computers running OEM versions of Windows. There is a special ACPI_SLIC table in the BIOS of these computers. The KMS server can’t find a special token in such a table and cannot activate Windows. In such cases, it is recommended to update (flash) the BIOS firmware.

You can use the Slui.exe tool to display a description of most activation related error codes (use the syntax: slui.exe 0x2a ErrorCode). For example, to get a more detailed description of activation error 0xC004F074, use the following command:

slui.exe 0x2a 0xC004F074

activate windows using kms

The error description contains detailed information:

Windows Activation

Code:

0xC004F074

Description:

The Software Licensing Service reported that the product could not be activated. No Key Management Service (KMS) could be contacted. Please see the Application Event Log for additional information.

You can also find all activation-related events in the Event Viewer application log under the provider name Microsoft-Windows-Security-SPP.

kardashevsky cyril

Cyril Kardashevsky

I enjoy technology and developing websites. Since 2012 I’m running a few of my own websites, and share useful content on gadgets, PC administration and website promotion.

#1

Отправлено 31 Март 2021 — 23:21

В ДАННОЙ ТЕМЕ ВЫКЛАДЫВАЮТСЯ ТОЛЬКО КЛЮЧИ АКТИВАЦИИ!

Любые другие сообщения не по теме будут удалены!

ПОМОЩЬ В АКТИВАЦИИ WINDOWS и WINDOWS SERVER ТУТ

ВНИМАНИЕ!

ПРИ ПУБЛИКАЦИИ КЛЮЧЕЙ АКТИВАЦИИ НЕОБХОДИМО ИХ ПРЯТАТЬ ПОД СПОЙЛЕР С ПРИМЕНЕНИЕМ ТЕГОВ «ЦИТАТА» И «КОД»

В ПРОТИВНОМ СЛУЧАЕ НЕПРИЕМЛЕМЫЕ СООБЩЕНИЯ БУДУТ УДАЛЕНЫ.

Смотреть видео / Скачать

КЛЮЧИ ВЫКЛАДЫВАЮТСЯ ПО МЕРЕ ВОЗМОЖНОСТИ.

ВСЕ ПРОСЬБЫ ТИПА: «Дайте ключик», — БУДУТ УДАЛЕНЫ!

ВАШЕ «СПАСИБО» НА ФОРУМЕ ВЫРАЖАЕТСЯ ТАК

— Тема для публикации ключей и новых ISO-образов. Оригинальных, либо сборок на основе оригинальных дистрибутивов, без каких-либо изменений и вшитых активаторов.

— Обсуждение публикуемого контента и т.п. вопросы по ключам — не допускаются! Приравнивается к флуду, троллингу, с соответствующими тому ограничениями пользователям.

— Администрация форума вправе вносить изменения в правила данной темы без какого-либо предварительного уведомления.

*****

Windows Server 2022 Standard (InsiderPreview) Retail

Windows Server 2022 Standard Core Volume:MAK

Windows Server 2022 Datacenter (InsiderPreview) Retail

Windows Server 2022 Datacenter Core Volume:MAK

*****

Windows Server 2022 20324 VNext (LTSC) с дополнительными ISO

The ISO can be downloaded from techbench or the Microsoft website. (Insider account is required here)

Here are temporary links that are available from now until 1.04. are valid around 1 p.m.

English: Windows_InsiderPreview_Server_vNext_en-us_20324.iso

English only: Windows_InsiderPreview_ServerStandard_en-us_VHDX_20324.vhdx

Windows_Server_InsiderPreview_LangPack_FOD_20324.iso

Windows_Preinstallation_Environment_en-us_20324.iso

SDK Windows_InsiderPreview_SDK_en-us_20324.iso

WDK Windows_InsiderPreview_WDK_x86x64_en-us_20324.iso

ADK Windows_InsiderPreview_ADK_en-us_20324.iso

Скачать обновлённый официальный релиз: Windows Server 2022 LTSC, Version 21H2 Build 20348.350 (Updated November 2021)

Оригинальные образы от Microsoft MSDN / Original images from Microsoft MSDN [Ru/En]

  • Наверх

#2


on_off

Отправлено 29 Апрель 2021 — 15:21

Ключи для KMS-активации Windows Server 2022, Ver. 21H2, LTSC Preview (Build 20344)

Windows Server 2021 RTM ServerStandard Volume:GVLK

Windows Server 2021 RTM ServerDatacenter Volume:GVLK

Windows Server 2021 RTM ServerAzureCor Volume:GVLK

Windows Server 2021 RTM ServerStandardACor Volume:GVLK

Windows Server 2021 RTM ServerDatacenterACor Volume:GVLK

Пример KMS-активации Windows Server Datacenter 2022 ключом Volume:GVLK.

Выполнить в Командной строке (Администратор):

*****

Windows Server 2021 RTM ServerStandard OEM:SLP

Windows Server 2021 RTM ServerStandard Retail

Windows Server 2021 RTM ServerStandardEval Retail:TB:Eval

Windows Server 2021 RTM ServerDatacenterEval Retail:TB:Eval

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn Retail

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn OEM:NONSLP

  • Наверх

#3


on_off

Отправлено 08 Сентябрь 2021 — 20:51

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#4


on_off

Отправлено 09 Сентябрь 2021 — 07:42

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#5


on_off

Отправлено 09 Сентябрь 2021 — 18:42

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#6


on_off

Отправлено 10 Сентябрь 2021 — 00:15

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#7


on_off

Отправлено 10 Сентябрь 2021 — 09:44

Windows Server 2021 RTM ServerStandard Retail phone

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail phone

  • Наверх

#8


on_off

Отправлено 10 Сентябрь 2021 — 15:42

Windows Server 2021 RTM ServerStandard Retail phone

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#9


on_off

Отправлено 11 Сентябрь 2021 — 00:43

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#10


on_off

Отправлено 11 Сентябрь 2021 — 14:55

Windows Server 2021 RTM ServerStandard Retail phone

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail phone

  • Наверх

#11


on_off

Отправлено 11 Сентябрь 2021 — 18:49

Windows Server 2021 RTM ServerStandard Retail phone

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail phone

  • Наверх

#12


on_off

Отправлено 12 Сентябрь 2021 — 08:13

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail phone

  • Наверх

#13


on_off

Отправлено 13 Сентябрь 2021 — 08:56

Windows Server 2021 RTM ServerStandard Retail phone

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail phone

  • Наверх

#14


on_off

Отправлено 14 Сентябрь 2021 — 01:48

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#15


on_off

Отправлено 15 Сентябрь 2021 — 00:33

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#16


on_off

Отправлено 16 Сентябрь 2021 — 00:50

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#17


on_off

Отправлено 16 Сентябрь 2021 — 23:28

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#18


on_off

Отправлено 18 Сентябрь 2021 — 00:29

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#19


on_off

Отправлено 18 Сентябрь 2021 — 09:11

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

#20


on_off

Отправлено 19 Сентябрь 2021 — 07:56

Windows Server 2021 RTM ServerStandard Retail online (phone)

Windows Server 2021 RTM ServerDatacenter;AzureStackHCIAddOn2021 Retail online (phone)

  • Наверх

Сначала идём на сайт Microsoft и копируем предактивационный ключ для своей версии Windows.
Например, для Windows 2022 LTSC Standard ключ будет VDYBN-27WPP-V4HQT-9VMD4-VMK7H
Добавляем ярлык командной строки (cmd) на рабочий стол, если его ещё нет.

Запускаем Командную строку от Администратора.

Вводим предактивационный ключ:
slmgr /ipk VDYBN-27WPP-V4HQT-9VMD4-VMK7H

Зададим kms сервер от энтузиастов, например:
slmgr /skms kms.digiboy.ir

Если команды все успешны, задаём команду для активации.
slmgr /ato
Ждём появления графического окна об успехе или ошибке активации.

Так-же можем активировать офис. Переходим в папку с офисом (если офис x64 то идем в папку Program Files)

Для Office 2010: cd «C:\Program Files (x86)\Microsoft Office\Office14″

Для Office 2013: cd «C:\Program Files (x86)\Microsoft Office\Office15″

Для Office 2016 2019 2021: cd «C:\Program Files (x86)\Microsoft Office\Office16»

Задаем адрес сервера: cscript ospp.vbs /sethst:kms.digiboy.ir

Активируем: cscript ospp.vbs /act

Windows Server 2022 LTSC ключ

  • administrator
  • posted on
  • 1 Comment

windwows server 2022

Вышел Windows server 2022 LTSC. Проверено, устанавливается. Для него ключики:

Windows Server LTSC/LTSB versions

Windows Server 2022

Operating system edition KMS Client Setup Key
Windows Server 2022 Datacenter WX4NM-KYWYW-QJJR4-XV3QB-6VM33
Windows Server 2022 Standard VDYBN-27WPP-V4HQT-9VMD4-VMK7H

П.С. читайте внимательно название ключей, все АКТИВИРУЕТСЯ! 🙂

  • Windows subsystem for android не устанавливается
  • Windows subsystem for android 4pda
  • Windows spy disabler windows 10
  • Windows style builder для windows 11
  • Windows subsystem for android не запускается