Windows Service 2016 Datacenter\Stand\Embedded Activation Method (2021)

Windows Service 2016 Datacenter\Stand\Embedded Activation Method (2021)

Run cmd with administrator privileges

slmgr /ipk CB7KF-BWN84-R7R2Y-793K2-8XDDG
slmgr /skms kms.03k.org
slmgr /ato

When activating, the server address in the tutorial I found at the beginning was kms.shuax.com, but the activation failed. The activation was successful using the address kms.03k.org.

The activation method we use here is kms activation, and other versions can use the volume license version kms key:

Windows Server 2016 Datacenter: CB7KF-BWN84-R7R2Y-793K2-8XDDG
Windows Server 2016 Standard: WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
Windows Server 2016 Essentials: JCKRF-N37P4-C2D82-9YXRT-4M63B

You can also use the kms client tool, which is the kms.exe program we often download.

Under normal circumstances, the message "Activation in progress" will appear and the activation will be successful.

But I got an error here:

Error: 0x80******, Run slui.exe 0x2a 0x80******* on a computer running a non-core version of Microsoft Windows to display the error text.

For such errors, continue to search Baidu for the cause.

This is the official response to similar situations:

https://answers.microsoft.com/zh-hans/windows/forum/windows_8-windows_install/%E9%94%99%E8%AF%AF0x80070426%E5%9C%A8%E8%BF%90/3f6fccfb-1085-4032-b04a-ddcc43c0dbdb

Continue to Baidu

After struggling for a long time, I found out that it was because I used the kmspico activation tool at the beginning.

The solution is to uninstall the server created by the kms tool and clear the id.

I saw a post where a great god found the reason:

Original post link: http://bbs.51cto.com/thread-1137941-1.html Please forgive me if there is any infringement

In the reply section below the post, you can find this passage from the great God:

I understand where my problem lies. The next step is to uninstall the kms service and clean up the work. Continue to Baidu removal method.

Removal method:

1 Control Panel-Uninstall kms program
2. Run cmd as an administrator and enter

slmgr /upk

Enter

slmgr /ckms

Enter

slmgr /rearm

Enter

It will then ask you to restart, just restart;

After restarting, I found that the product ID was unavailable. Baidu found that a service was turned off, so I entered the service management interface.

Shift+R

Type services.msc

Find Software Protection and start the service

I restarted it just to be safe;

After restarting, repeat the activation steps, cmd slmgr …

Then, the system was successfully activated! ! !

<<:  Thoughts and experience sharing on interactive design of reading lists for information products

>>:  Solve the problem of garbled data in MySQL database migration

Recommend

How does Vue3's dynamic components work?

Table of contents 1. Component Registration 1.1 G...

The difference between the four file extensions .html, .htm, .shtml and .shtm

Many friends who have just started to make web pag...

The difference between Div and table in HTML (discussed in detail in all aspects)

1: Differences in speed and loading methods The di...

How to Understand and Identify File Types in Linux

Preface As we all know, everything in Linux is a ...

jQuery to achieve the barrage effect case

This article shares the specific code of jQuery t...

Complete steps to use element in vue3.0

Preface: Use the element framework in vue3.0, bec...

Linux CentOS6.5 yum install mysql5.6

This article shares the simple process of install...

Windows 10 1903 error 0xc0000135 solution [recommended]

Windows 10 1903 is the latest version of the Wind...

MySQL index failure principle

Table of contents 1. Reasons for index failure 2....

Vue3.0 uses the vue-grid-layout plug-in to implement drag layout

Table of contents 1. Plugins 2. Interlude 3. Impl...

Detailed explanation of the properties and functions of Vuex

Table of contents What is Vuex? Five properties o...

Example code of how to create a collapsed header effect using only CSS

Collapsed headers are a great solution for displa...

Parsing MySQL binlog

Table of contents 1. Introduction to binlog 2. Bi...