Office 2019 aktivace
Přidal limlejn dne 26.10.2022 08:13


Open cmd program with administrator rights and Copy Commands to Activate Office 2021

Get into the Office directory in cmd. (jeden řádek je správný, dle umístění)

cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d %ProgramFiles%\Microsoft Office\Office16



Install Office 2021 volume license.

for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"

This step is required. You can not install the KMS client product key of Office without a volume license.


Activate your Office using the KMS key.

Make sure your device is connected to the internet, then run the following commands.

cscript ospp.vbs /setprt:1688
cscript ospp.vbs /unpkey:6F7TH >nul
cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH
cscript ospp.vbs /sethst:s8.uk.to
cscript ospp.vbs /act


Hotová hotovina .....