SImilar issue was persist with my Office.even if i downloaded the office 365 from official website http://officecdn.microsoft.com.edgesuite.net/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/en-US/O365ProPlusRetail.img ... however after installing and activation of office 365 the ui switches from new ribbon ui to old ui..so i tried out different methods to get new latest ui.I deleted some registry key of office ,it worked once but later it shows old ui. i though that the office 365 is linked with my microsoft account (trial already expired) so i used local account and removed all keys associated with the office.
run the following code to remove activation key of office
Copy/run this command to determine what is the license key you want to remove.
cscript "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" /dstatus
If you see an error, try this command.
cscript "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" /dstatus
The one for you would be along the lines of Office 365. Note the last 5 letters/digits of the Product key.
Copy and run these commands to remove the license. (Note: replace “VMFTK” with the last 5 characters of your Office 365 product key)
cscript "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" /unpkey:VMFTK
If you see an error, try this command.
cscript "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" /unpkey:VMFTK
Then uninstalled the office using old office fixing tool called "O15CTRRemove.diagcab" and used iobit uninstaller to remove all left overs..Then installed office 365 setup..then opened it..it showed me that it is going to be expired on September 6. closed the office and then opened cmd using admin privilege
cd /d %ProgramFiles%\Microsoft Office\Office16
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\%x"
cscript ospp.vbs /setprt:1688
then entered an invalid key but office 365 key
cscript ospp.vbs /inpkey:2MNJP-QY9KX-MKBKM-9VFJ2-CJ9KK
after executed
cscript ospp.vbs /act
it showed me that it is an invalid key
then i entered the following command
cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
after i executed
cscript ospp.vbs /act
it worked and now i am using latest ui of office 365.and i turned off office update too.
I dont really knows this will work...Even if it shows office 2016 activated still am waiting till september 6 2020 when the trial would be expired.
Running on WINDOWS 10 2004 BUILD

