📌 How to Use:
- Download the activator script (paste the code into Notepad and save it as a
.batfile). - Run as Administrator (right-click → Run as Administrator).
- Select Option 1 (Activate Office) and wait for the process to complete.
- Restart Office → Check activation status under File > Account.
@echo off
title Office Activator - Tools by dacre
color 0a
cls
echo.
echo ==============================
echo TOOLS BY DBDIDI PRESENTS
echo ==============================
echo.
:menu
echo.
echo ==============================
echo OFFICE 2021/2024 ACTIVATOR
echo ==============================
echo.
echo 1. ACTIVATE OFFICE
echo 2. HELP & SUPPORT
echo 3. EXIT
echo.
set /p "choice=Enter your choice [1-3]: "
if "%choice%"=="1" goto activate
if "%choice%"=="2" goto support
if "%choice%"=="3" exit
echo.
echo [!] Invalid option, please try again.
timeout /t 2 >nul
goto menu
:activate
cls
echo.
echo [*] Starting Office activation process...
echo [*] Please wait...
echo.
cd /d "%ProgramFiles%\Microsoft Office\Office16" 2>nul || (
echo [ERROR] Office folder not found!
echo Make sure Office 2021/2024 is installed.
pause
goto menu
)
for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms 2^>nul') do (
cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul
)
cscript ospp.vbs /setprt:1688 >nul
cscript ospp.vbs /unpkey:6F7TH >nul 2>&1
cscript ospp.vbs /inpkey:XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB >nul
cscript ospp.vbs /sethst:e8.us.to >nul
echo [*] Activating, please wait...
cscript ospp.vbs /act | find "successful" && (
echo [SUCCESS] Office activated successfully!
) || (
echo [FAILED] Activation was not successful.
echo Check your internet connection or contact support.
)
pause
goto menu
:support
cls
echo.
echo ==============================
echo HELP & SUPPORT
echo ==============================
echo.
echo TOOLS BY DACRE
echo.
echo For further assistance:
echo.
echo Contact us on Telegram:
echo https://t.me/zqbee
echo.
echo Opening browser...
timeout /t 3 >nul
start "" "https://t.me/dbdidicom" 2>nul || (
echo Unable to open browser automatically.
echo Please open the link manually.
)
pause
goto menu
Or .https://kms.cx/https://kms.cx/
Metode 2 Using PowerShell
Run ad admininstrator window PowerShell
irm https://get.activated.win | iex


© Copyright notes
文章版权归作者所有,未经允许请勿转载。