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

Free Office 365 ProPlus Activation Guide

The document is a batch script designed to activate Microsoft Office 365 ProPlus for free using KMS servers. It checks for the presence of necessary files, sets up KMS servers, and attempts activation while providing user feedback throughout the process. If the activation fails or the version is unsupported, it informs the user accordingly.

Uploaded by

Dat Pham
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)
25 views2 pages

Free Office 365 ProPlus Activation Guide

The document is a batch script designed to activate Microsoft Office 365 ProPlus for free using KMS servers. It checks for the presence of necessary files, sets up KMS servers, and attempts activation while providing user feedback throughout the process. If the activation fails or the version is unsupported, it informs the user accordingly.

Uploaded by

Dat Pham
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

@echo off

title Activate Office 365 ProPlus for FREE - [Link]&cls&echo


===================================================================================
==&echo #Project: Activating Microsoft software products for FREE without
additional software&echo
===================================================================================
==&echo.&echo #Supported products: Office 365 ProPlus (x86-x64)&echo.&echo.&(if
exist "%ProgramFiles%\Microsoft Office\Office16\[Link]" cd /d "%ProgramFiles
%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft
Office\Office16\[Link]" cd /d "%ProgramFiles(x86)%\Microsoft
Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-
ms') do cscript [Link] /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in
('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript [Link]
/inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo
============================================================================&echo
Activating your Office...&cscript //nologo [Link] /ckms >nul&cscript //nologo
[Link] /setprt:1688 >nul&cscript //nologo [Link] /unpkey:WFG99 >nul&cscript
//nologo [Link] /unpkey:DRTFM >nul&cscript //nologo [Link] /unpkey:BTDRB
>nul&set i=1&cscript //nologo [Link] /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul||
cscript //nologo [Link] /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul||goto
notsupported
:skms
if %i% GTR 10 goto busy
if %i% EQU 1 set KMS=[Link]
if %i% EQU 2 set KMS=[Link]
if %i% EQU 3 set KMS=[Link]
if %i% GTR 3 goto ato
cscript //nologo [Link] /sethst:%KMS% >nul
:ato
echo
============================================================================&echo.&
echo.&cscript //nologo [Link] /act | find /i "successful" && (echo.&echo
============================================================================&echo.&
echo #My official blog: [Link]&echo.&echo #How it works: [Link]/kms-
server&echo.&echo #Please feel free to contact me at [Link]@[Link] if you
have any questions or concerns.&echo.&echo #Please consider supporting this
project: [Link]&echo #Your support is helping me keep my servers
running 24/7!&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 skms)
explorer "[Link] halt
:notsupported
echo
============================================================================&echo.&
echo Sorry, your version is not supported.&echo.&goto halt
:busy
echo
============================================================================&echo.&
echo Sorry, the server is busy and can't respond to your request. Please try
again.&echo.
:halt
pause >nul

You might also like