Posts

Showing posts from April, 2021

Window activation key

@echo off title Activate Microsoft Office 2019 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2019&echo - Microsoft Office Professional Plus 2019&echo.&echo.&(if exist "%ProgramFiles%Microsoft OfficeOffice16ospp.vbs" cd /d "%ProgramFiles%Microsoft OfficeOffice16")&(if exist "%ProgramFiles(x86)%Microsoft OfficeOffice16ospp.vbs" cd /d "%ProgramFiles(x86)%Microsoft OfficeOffice16")&(for /f %%x in ('dir /b .. ootLicenses16ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:".. ootLicenses16%%x" >nul)&(for /f %%x in ('dir /b .. ootLicenses16ProPlus2019VL*.xrm-ms') do cscript ospp.vbs ...