how can I know software install on computer is volume or retail version (office 2019)
Discussion
·
mmtechhub@*.com
·
posted 14:41 25/08/2021
·
343 views
I would like to know how can I check Office 2019 Pro Plus software that have installed in computer is retail version or volume version.
Like
(5)
mmtechhub@*.com
·
· 12:59 30/08/2021
Thank you very much for informations
wassiabbes@*.com
·
· 15:54 25/08/2021
Run cmd as admin and past this script:
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"
cscript OSPP.VBS /dstatus>info.txt
start info.txt
exit
Administrator
·
· 14:50 25/08/2021
You can use my activation tool, open support tools tab, click manage office license then wait. You will able to see detail of all office versions on your computer.