0% found this document useful (0 votes)
325 views1 page

Office 2019 Activation

This document contains a batch script that activates Microsoft Office 2019 without requiring any additional software. The script checks if Windows Script Host is enabled, then attempts to activate Office by connecting to various KMS servers and setting the product key. If activation fails, it provides troubleshooting instructions or asks the user to donate to support the creator of the script.

Uploaded by

Stef Antasm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
325 views1 page

Office 2019 Activation

This document contains a batch script that activates Microsoft Office 2019 without requiring any additional software. The script checks if Windows Script Host is enabled, then attempts to activate Office by connecting to various KMS servers and setting the product key. If activation fails, it provides troubleshooting instructions or asks the user to donate to support the creator of the script.

Uploaded by

Stef Antasm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

@echo off

title Aktivasi Microsoft Office 2019 Tanpa Software - BagiTekno&cls


net session >nul 2>&1
if %errorLevel% GTR 0 (echo.&echo Aktivasi tidak bisa dilanjut, Anda harus Run CMD
as administrator...&echo.&goto halt)
echo
============================================================================&echo
#Project: Aktivasi Microsoft Office 2019 FREE tanpa software&echo
============================================================================&echo.&
echo #Supported products:&echo - Microsoft Office Standard 2019&echo - Microsoft
Office Professional Plus 2019&echo.&echo.&echo Memulai proses aktivasi, silahkan
tunggu...&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")&(cscript //nologo ospp.vbs /setprt:1688 >nul || goto
wshdisabled)&(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
Mengaktivasi Office 2019 anda, silahkan tunggu...&cscript //nologo slmgr.vbs /ckms
>nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs
/unpkey:6MWKP >nul&set i=1&cscript //nologo ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-
8D9MJ-6MWKP >nul||goto notsupported
:server
if %i% GTR 10 (goto busy) else if %i% EQU 1 (set KMS=e8.us.to) else if %i% EQU 2
(set KMS=e9.us.to) else if %i% EQU 3 (set KMS=kms7.MSGuides.com) else if %i% EQU 4
(set KMS=kms8.MSGuides.com) else if %i% EQU 5 (set KMS=kms9.MSGuides.com) else if
%i% GTR 5 (goto ato)
cscript //nologo ospp.vbs /sethst:%KMS% >nul
:ato
echo
============================================================================&echo.&
echo.&cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo
============================================================================&echo.&
echo.&echo Dukung kami dengan donasi via saweria.co/bagitekno agar cara ini bisa
terus digunakan.&echo.& if errorlevel 2 exit) || (echo Sepertinya butuh waktu
lebih, silahkan tunggu... & echo. & echo. & set /a i+=1 & goto server)&explorer
"https://saweria.co/bagitekno"&goto halt
:notsupported
echo.&echo
============================================================================&echo
Maaf, Office 2019 anda tidak support.&echo.&goto halt
:wshdisabled
echo
============================================================================&echo.&
echo Maaf, aktivasi gagal karena Windows Script Host access is disabled.&echo.&echo
Solusinya, ikuti panduan pada video tutorial yang terbuka untuk mengizinkan Windows
Script.&echo.&explorer "https://youtu.be/vqGMSQnWMIY"&goto halt
:busy
echo
===================================================================================
==&echo.&echo Server sedang sibuk, sedang mencoba lagi, silahkan
tunggu...&echo.&set /a i=1&goto server
:halt
cd %~dp0&del %0 >nul&pause >nul

You might also like