Cmd - Office 365 !!better!!

cd "C:\Program Files\Common Files\Microsoft Shared\ClickToRun" officec2rclient.exe /update user updatetoversion=16.0.xxxxx.xxxxx Or run the built-in repair:

cd "C:\Program Files\Microsoft Office\Office16" Then run: cmd office 365

cd "C:\Program Files\Microsoft Office\Office16" cscript ospp.vbs /unpkey:XXXXX (last 5 chars from /dstatus) cscript ospp.vbs /remhost Then reactivate with: Add OfficeClientEdition="64" Channel="MonthlyEnterprise"&gt

"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\AppVLP.exe" /repair office If you hit activation limits: Language ID="en-us" /&gt

"C:\Program Files\Microsoft Office\Office16\ospprearm.exe" For a full online repair, use:

<Configuration> <Add OfficeClientEdition="64" Channel="MonthlyEnterprise"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> <ExcludeApp ID="Access" /> </Product> </Add> </Configuration> From CMD (admin), use Clicktorun :

@echo off cd /d "C:\Program Files\Microsoft Office\Office16" cscript ospp.vbs /dstatus > lic.txt for /f "tokens=6" %%a in ('find "Last 5 characters" lic.txt') do cscript ospp.vbs /unpkey:%%a cscript ospp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX cscript ospp.vbs /act del lic.txt Would you like a ready-to-use script or help with a specific Office 365 CMD task (e.g., silent installation, version rollback, or license removal)?

ga('send', 'pageview');