0% found this document useful (0 votes)
126 views2 pages

Keyms - Id Files Office365Activation

The document contains a batch script that activates Microsoft Office 365 without requiring any additional software. The script first checks that the Command Prompt is running as an administrator. It then checks for an existing Office installation and sets parameters. The script attempts to activate Office by applying KMS host keys from a list of servers. If activation is successful, a message thanks the user and prompts a donation. If activation fails, error messages provide troubleshooting steps.

Uploaded by

Yunnisa Nur Huda
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)
126 views2 pages

Keyms - Id Files Office365Activation

The document contains a batch script that activates Microsoft Office 365 without requiring any additional software. The script first checks that the Command Prompt is running as an administrator. It then checks for an existing Office installation and sets parameters. The script attempts to activate Office by applying KMS host keys from a list of servers. If activation is successful, a message thanks the user and prompts a donation. If activation fails, error messages provide troubleshooting steps.

Uploaded by

Yunnisa Nur Huda
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/ 2

@echo off

title Aktivasi Microsoft Office 365 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.&echo temp > temp.txt&goto halt)
echo
===================================================================================
==&echo #Project: Aktivasi Microsoft Office 365 FREE tanpa software&echo
===================================================================================
==&echo.&echo.&echo Memulai proses aktivasi, silahkan tunggu...&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")&(cscript //nologo ospp.vbs /setprt:1688 >nul || (echo temp >
temp.txt&goto wshdisabled))&(for /f %%x in ('dir /b ..\root\Licenses16\
ProPlus*VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)
:ucpkey
cscript //nologo ospp.vbs /dstatus | find /i "Last 5 characters of installed
product key" > temp.txt || goto skunpkey
set /P bpkey= < temp.txt
set pkeyt=%bpkey:~-5%
echo Menghapus product key %pkeyt%, silahkan tunggu...&echo.&echo.
cscript //nologo ospp.vbs /unpkey:%pkeyt% >nul&goto ucpkey
:skunpkey
echo.&echo
===================================================================================
==&echo Mengaktivasi Office 365 anda, silahkan tunggu...&cscript //nologo slmgr.vbs
/ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs
/unpkey:6F7TH >nul&set i=1&cscript //nologo ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-
3DYQT-6F7TH >nul||goto notsupported
:skms
if %i% GTR 8 (goto busy) else if %i% LEQ 2 (set KMS=e8.us.to) else if %i% LEQ 4
(set KMS=e9.us.to) else if %i% LEQ 6 (set KMS=kms8.MSGuides.com) else if %i% LEQ 8
(set KMS=kms9.MSGuides.com)
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 & timeout /t 10 >nul
& goto skms)&explorer "https://saweria.co/bagitekno"&goto halt
:notsupported
echo
===================================================================================
==&echo.&echo Maaf, Office 365 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.&echo Maaf, server sedang sibuk, ulangi lagi cara ini 3 menit
kemudian...&echo.&goto halt
:halt
del temp.txt&cd %~dp0&del %0 >nul&pause >nul

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy