Windows 2019 Activation Tutorial (Office2019)

Windows 2019 Activation Tutorial (Office2019)

A few days ago, I found that the official version of Server2019 was released, and I was going to install it for fun. I found that I couldn't find the activation code anywhere, so I found a CSDN blog that provided two activation codes, but neither of them could be used for the official version.

I installed Windows Server 2019 Standard version here

Windows Server 2019 DatacenterWMDGN-G9PQG-XVVXX-R3X43-63DFG
Windows Server 2019 StandardN69G4-B89J2-4G8F4-WWYCC-J464C
Windows Server 2019 EssentialsWVDHN-86M7X-466P6-VHXV7-YY726

Open CMD and enter the following commands.

slmgr /upkslmgr /ipk N69G4-B89J2-4G8F4-WWYCC-J464C
slmgr /skms zh.us.to
slmgr /ato

Attached is a picture of successful activation


insert image description here

Enter the command to view the activation expiration time, slmgr /xpr

insert image description here

ps: Windows Server 2019 key

Windows Server 2019 Datacenter Key: 6XBNX-4JQGW-QX6QG-74P76-72V67
Windows Server 2019 Standard key: MFY9F-XBN2F-TYFMP-CCV49-RMYVH

Office2019
Install the trial version first, then copy the following code, create a new .bat file and run it.

@echo off
title Activate Microsoft Office 2019 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2019&echo - Microsoft Office Professional Plus 2019&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:6MWKP >nul&cscript //nologo ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms7.MSGuides.com
if %i%==2 set KMS_Sev=kms8.MSGuides.com
if %i%==3 set KMS_Sev=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo === ...
cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
explorer "http://MSGuides.com"&goto halt
:notsupported
echo.&echo === ...
:halt
pause >nul

Adobe

Acrobat DC 2017 Activation Code:
1118-1629-0753-5166-7814-8217

Image viewer <br /> You know the suffix reg

Windows Registry Editor Version 5.00

; Change Extension's File Type 
[HKEY_CURRENT_USER\Software\Classes\.jpg] 
@="PhotoViewer.FileAssoc.Tiff" 

; Change Extension's File Type 
[HKEY_CURRENT_USER\Software\Classes\.jpeg] 
@="PhotoViewer.FileAssoc.Tiff" 

; Change Extension's File Type 
[HKEY_CURRENT_USER\Software\Classes\.gif] 
@="PhotoViewer.FileAssoc.Tiff" 

; Change Extension's File Type 
[HKEY_CURRENT_USER\Software\Classes\.png] 
@="PhotoViewer.FileAssoc.Tiff" 

; Change Extension's File Type 
[HKEY_CURRENT_USER\Software\Classes\.bmp] 
@="PhotoViewer.FileAssoc.Tiff" 

; Change Extension's File Type 
[HKEY_CURRENT_USER\Software\Classes\.tiff] 
@="PhotoViewer.FileAssoc.Tiff" 

; Change Extension's File Type 
[HKEY_CURRENT_USER\Software\Classes\.ico] 
@="PhotoViewer.FileAssoc.Tiff"

Summarize

The above is the detailed Windows 2019 activation tutorial introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • How to set up Windows Server 2019 (with pictures and text)
  • IIS configuration of win server 2019 server and simple publishing of website
  • Windows Server 2019 Install (Graphical Tutorial)
  • Windowsserver 2019 system installation tutorial with pictures and text
  • Windows Server 2016 IIS10 installation and configuration detailed graphic explanation
  • Windows Server 2016 IIS10 set up HTTPS HTTP/2 and scored A+
  • Windows Server 2016 Server Configuration Guide - IIS10 Installation Method
  • Windows 2016 IIS10.0+PHP+MySQL environment construction
  • Windows Server 2019 IIS10.0+PHP(FastCGI)+MySQL Environment Construction Tutorial

<<:  Detailed explanation of 30 SQL query optimization techniques for MySQL tens of millions of large data

>>:  Application and implementation of data cache mechanism for small programs

Recommend

mysql8.0 windows x64 zip package installation and configuration tutorial

MySQL 8 Windows version zip installation steps (d...

JavaScript regular verification password strength implementation method

exhibit design Password strength analysis The pas...

User experience analysis of facebook dating website design

<br />Related article: Analysis of Facebook&...

Detailed explanation of mysql backup and recovery

Preface: The previous articles introduced the usa...

vue $set implements assignment of values ​​to array collection objects

Vue $set array collection object assignment In th...

How to use vite to build vue3 application

1. Installation Tip: There is currently no offici...

Detailed explanation of MySQL injection without knowing the column name

Preface I feel like my mind is empty lately, as I...

js object to achieve data paging effect

This article example shares the specific code of ...

How to use Typescript to encapsulate local storage

Table of contents Preface Local storage usage sce...

MySQL lock control concurrency method

Table of contents Preface 1. Optimistic Locking A...

Solution to Linux QT Kit missing and Version empty problem

Currently encountering such a problem My situatio...

Use elasticsearch to delete index data regularly

1. Sometimes we use ES Due to limited resources o...

Analysis of MySql index usage strategy

MySql Index Index advantages 1. You can ensure th...

Implementation of Nginx configuration of local image server

Table of contents 1. Introduction to Nginx 2. Ima...