作者:北若久 | 来源:互联网 | 2023-08-20 19:45
本文由编程笔记#小编为大家整理,主要介绍了markdown 删除Office 2016产品密钥相关的知识,希望对你有一定的参考价值。
1. Open a command prompt as Administrator
2. In the command prompt, type the following:
* Office 2016 (32-bit) on a 32-bit version of Windows
`cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /dstatus`
* Office 2016 (32-bit) on a 64-bit version of Windows
`cscript "C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /dstatus`
* Office 2016 (64-bit) on a 64-bit version of Windows
`cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /dstatus`
3. You should now get a screen with some license details such as the license name, type and the last 5 characters of the Product Key.
[![c1fa53a7-7749-4294-b4cc-8b8f6a22b528.png](https://s24.postimg.org/82yya2afp/c1fa53a7_7749_4294_b4cc_8b8f6a22b528.png)](https://postimg.org/image/8fqcg8spd/)
4. You can use the last 5 characters of the Product Key to remove it using command:
* Office 2016 (32-bit) on a 32-bit version of Windows
`cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /unpkey:`
* Office 2016 (32-bit) on a 64-bit version of Windows
`cscript "C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /unpkey:`
* Office 2016 (64-bit) on a 64-bit version of Windows
`cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /unpkey:`
5. Enjoy!