Check back, I update site often.
Microsoft Office Trial version often comes pre-loaded on a PC. If you are like me and don’t want that but have other versions of Office you wish to install, you first need to uninstall the trial version. Problem is, sometimes it won’t go away, even after you uninstall it. In my case, I uninstalled Office 365 then installed a stand alone Outlook 2016. That went well and it activated. However, after the computer ran Windows Update, Outlook lost its activation and thought it was part of the whole Office 365 suite. Finally, I got the answer when I called Microsoft. The following is what I had to do… This applies to Office 365 trial, however I expect future versions of office will be similar. (This assumes you have some fundamental understanding of working with Windows, if you don't understand the whole instructions please find some one who does.)
Part One is the whole reason I made this page, I didn't want to forget how I did it.
If you have already uninstalled Office Trial version, and have your preferred version installed already, you may only need to do part one. Otherwise if you still have the Office Trial version installed, I recommend you do it in this order. In fact if you uninstall all office products, Part One can't be done, but Office Trial may still not be completely uninstalled. So when you reinstall another Office product, as I did, then you can do this, but it only works with newer versions of office (don't know how new, sorry.)
Part One:
Type in the following command:
cscript ospp.vbs /dstatus
You may see a result similar to this:
C:\Program Files\Microsoft Office\Office16\cscript ospp.vbs /dstatus Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- PRODUCT ID: 00200-70000-00000-AA642 SKU ID: d7279dd0-e175-49fe-a623-8fc2fc00afc4 LICENSE NAME: Office 16, Office16O365HomePremR_Grace edition LICENSE DESCRIPTION: Office 16, RETAIL(Grace) channel LICENSE STATUS: ---NOTIFICATIONS--- ERROR CODE: 0xC004F009 ERROR DESCRIPTION: The Software Licensing Service reported that the grace period expired. Last 5 characters of installed product key: KHGM9 --------------------------------------- --------------------------------------- ---Exiting-----------------------------
---
If you see this:
Error: there is no script engine for file extension ".vbs" at Windows XP startup.
Go to the Error section at the end of this page to fix that error.
---
If there is more than one Office product on your computer you may see more than one Product, make sure you identify correctly the one you wish to get rid of.
Notice that the last 5 characters of the installed Product Key is "KHGM9". That is the last 5 of a trial version. (It may be different on your system.) Notice also that it has expired. If you see more than one product, make sure you do the next step for the version you wish to get rid off.
cscript ospp.vbs /unpkey:KHGM9
C:\Program Files\Microsoft Office\Office16\cscript ospp.vbs /unpkey:KHGM9 Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- Uninstalling product key for: Office 16, Office16O365HomePremR_Grace edition ‹Product key uninstall successful› --------------------------------------- ---Exiting-----------------------------
Part Two
This is only one way to uninstall Office. There are multiple ways to uninstall it, Part One was the reason I created this page, it was the missing link for me.
Deleting the Office Trial first does not rid the computer of the trial licence number. If you don't do the above before you delete the Office trial version, you will not find the file 'ospp.vbs', as it is only found in the folders mentioned above, which are deleted when you uninstall Office. However I found that if I went to another computer that had the Office 16 folder, and copied it to the hard drive of the computer I was working on, this procedure still worked. Delete the Office 16 folder that was copied once the trial licnece was removed from the machine in question.
On one machine I ran into this issue when I tried to run:
cscript ospp.vbs /dstatus
It returned the following error:
Error: there is no script engine for file extension ".vbs" at Windows XP startup.
“wscript.exe” is Windows Script Host which is a default program to open “.vbs” file types.
One of these was the solution, however after I did them all I had to close and reopen the command window before the issue error was fixed. I don't know which one will fix your issue.
cscript.exe //H:WScript
Regsvr32 vbscript.dll
assoc .vbs=VBSFile
I got the fix from this page: