How to activate office 2016 using script ?? 1. Copy the following script in notepad and save as .bat . 2. Run the bat file as administrator. @echo off title Permanently Activate Office 365 ProPlus for FREE - Somethingos.blogspot.incom&cls&echo ============================================================================&echo #Project: Activating Microsoft software products without software&echo ============================================================================&echo.&echo #Supported products: Office 365 ProPlus (x86-x64)&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")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16...
Something OS is your go-to blog for practical tech guides, tutorials, and tips on Windows, Microsoft Office, and Google Sheets. Whether you're trying to speed up your PC, fix common Windows issues, master Excel formulas, or become a Google Sheets expert — we’ve got you covered with easy-to-follow, step-by-step guides. Stay updated with daily solutions, shortcuts, and how-tos designed for beginners and non-techies. No jargon. Just clear answers that work.
Comments
Post a Comment