Now, before using C-Script for your activation issues, make sure to know first what is your specific issue.
Read: Unlicensed Product and activation errors in Office
This script is for those who are having multiple copies of Office in their system. Here’s how to use the c-script:
- Open the CMD, run as administrator.
- Identify your Windows’ Operating System:
- On 64-bit Windows with 32-bit Office:
- cscript.exe “%ProgramFiles(x86)%\Microsoft Office\Office16\”ospp.vbs /dstatus
- On 32-bit Windows, or 64-bit Office with 64-bit Windows:
- cscript.exe “%ProgramFiles%\Microsoft Office\Office16\”ospp.vbs /dstatus
- On 64-bit Windows with 32-bit Office:
- The script will show you the licenses that are installed on your computer.
- We need to uninstall those licenses by entering this scripts, copying the last 5 characters of the installed product key.
- On 64-bit Windows with 32-bit Office:
- cscript.exe “%ProgramFiles(x86)%\Microsoft Office\Office16\”ospp.vbs /unpkey:XXXXX
- On 32-bit Windows, or 64-bit Office with 64-bit Windows:
- cscript.exe “%ProgramFiles%\Microsoft Office\Office16\”ospp.vbs /unpkey:XXXXX
- On 64-bit Windows with 32-bit Office:
- Go back to your Office Suite, and re-sign in with your Office 365 Account.
Leave a Reply