欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

Windows 2019 激活教程详解(Office2019)

程序员文章站 2022-06-27 18:51:41
前两天发现server2019出了正式版,准备安装一个玩玩。发现到处找不到激活码,搜到一个csdn博客的给提供了两个激活码,但是对正式版都不能用。 我这里安装的是wi...

前两天发现server2019出了正式版,准备安装一个玩玩。发现到处找不到激活码,搜到一个csdn博客的给提供了两个激活码,但是对正式版都不能用。

我这里安装的是windows server 2019 standard版本

windows server 2019 datacenterwmdgn-g9pqg-xvvxx-r3x43-63dfg
windows server 2019 standardn69g4-b89j2-4g8f4-wwycc-j464c
windows server 2019 essentialswvdhn-86m7x-466p6-vhxv7-yy726

打开cmd输入下面几条命令就可以了

slmgr /upkslmgr /ipk n69g4-b89j2-4g8f4-wwycc-j464c
slmgr /skms zh.us.to
slmgr /ato

附一张激活成功的图片


Windows 2019 激活教程详解(Office2019)

输入命令查看激活过期时间,slmgr /xpr

Windows 2019 激活教程详解(Office2019)

ps:windows server 2019 密钥

windows server 2019 datacenter 密钥: 6xbnx-4jqgw-qx6qg-74p76-72v67
 windows server 2019 standard 密钥: mfy9f-xbn2f-tyfmp-ccv49-rmyvh

office2019
先安装试用版,然后复制下面代码,新建到.bat并运行。

@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 ============================================================================&echo.&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 msguides.com@gmail.com 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 ============================================================================&echo sorry! your version is not supported.&echo please try installing the latest version here: bit.ly/aiomsp
:halt
pause >nul

adobe

acrobat dc 2017激活码:
1118-1629-0753-5166-7814-8217

图片查看器
后缀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"

总结

以上所述是小编给大家介绍的windows 2019 激活教程详解,希望对大家有所帮助