Home >Software Tutorial >Computer Software >How to delete the office key and completely clear the office key
A user installed a new version of office on his computer and found that after activation, the activation information of the original office was still displayed. What is going on? Multiple versions of office coexist on the computer. How to activate office correctly? The method is not difficult, just delete the previous key. Solution: First open your command prompt as an administrator.
Then enter the directory where office is installed. Then open the command prompt you just opened and enter the directory. Then use the vb script to open the file inside and view our activation information: cscript ospp.vbs /dstatus to find the key five-digit code. Then delete the activation information: cscript ospp.vbs /unpkey:XXXXX After deleting everything, you need to refresh the status: cscript ospp.vbs /remhst and check the activation status: cscript ospp.vbs /dstatus Successfully.The above is the detailed content of How to delete the office key and completely clear the office key. For more information, please follow other related articles on the PHP Chinese website!