1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 13:35:25 +02:00
tldr/pages/windows/ospp.vbs.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03:00

29 lines
890 B
Markdown

# ospp.vbs
> Install, activate, and manage volume licensed versions of Microsoft Office products.
> Note: This command may override, deactivate, and/or remove your current volume of licensed Office product versions, so please proceed cautiously.
> More information: <https://learn.microsoft.com/deployoffice/vlactivation/tools-to-manage-volume-activation-of-office>.
- Install a product key (Note: It replaces the existing key):
`cscript ospp.vbs /inpkey:{{product_key}}`
- Uninstall an installed product key with the last five digits of the product key:
`cscript ospp.vbs /unpkey:{{product_key_digits}}`
- Set a KMS host name:
`cscript ospp.vbs /sethst:{{ip|hostname}}`
- Set a KMS port:
`cscript ospp.vbs /setprt:{{port}}`
- Activate installed Office product keys:
`cscript ospp.vbs /act`
- Display license information for installed product keys:
`cscript ospp.vbs /dstatus`