KMS
Active MS Office LTSC with KMS
Open command prompt in administrator mode.
First, you need to open command prompt with admin rights, then follow the instruction below step by step. Just copy/paste the commands and do not forget to hit Enter in order to execute them.
Open location of the Office installed on your PC
cd /d %ProgramFiles%\Microsoft Office\Office16
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
If you install your Office in the ProgramFiles folder, the path will be “%ProgramFiles%\Microsoft Office\Office16” or “%ProgramFiles(x86)%\Microsoft Office\Office16”. It depends on the architecture of the Windows OS you are using. If you are not sure of this issue, don’t worry, just run both of the commands above.
Convert your retail license to volume one
Office 2021
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
Office 2019
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
Activate your Office using KMS client key
Make sure your PC is connected to the internet, then run the following command.
Office c2021
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /unpkey:6MWKP >nul
cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH
cscript ospp.vbs /sethst:KMS
cscript ospp.vbs /act
cscript ospp.vbs /dstatusall
Office 2019cscript ospp.vbs /setprt:1688
cscript ospp.vbs /unpkey:6MWKP >nul
cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
cscript ospp.vbs /sethst:KMS
cscript ospp.vbs /actcscript ospp.vbs /dstatusall
Windows
slmgr.vbs -upk
slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr.vbs -skms "KMS FQDN or IP"
slmgr.vbs -ato
slmgr.vbs -dlv
Windows Server (LTSC versions)
Windows Server 2022
Windows Server 2019
Windows Server 2016
Windows Server (Semi-Annual Channel versions)
Windows Server, versions 20H2, 2004, 1909, 1903, and 1809
Windows 11 and Windows 10 (Semi-Annual Channel versions)
See the Windows lifecycle fact sheet for information about supported versions and end of service dates.
Windows 10 (LTSC/LTSB versions)
Windows 10 LTSC 2021 and 2019
Windows 10 LTSB 2016
Windows 10 LTSB 2015
Earlier versions of Windows Server
Windows Server, version 1803
Windows Server, version 1709
Windows Server 2012 R2
Windows Server 2012
Windows Server 2008 R2
Windows Server 2008
Earlier versions of Windows
Windows 8.1
Windows 8
Windows 7
GVLKs for Office LTSC 2021
GVLKs for Office 2019
Note
There isn't a new 2019 version of OneNote, but a version of OneNote is installed with Office 2019. For more information, see Deployment guide for OneNote.
Comments
Post a Comment