ospp.vbs: add page (#12666)

* windows/*: add more PowerShell commands

* Update test-netconnection.md

* Update test-netconnection.md

* Update pages/windows/test-netconnection.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/windows/test-netconnection.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/windows/test-netconnection.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Create ospp.vbs.md

* Update pages/windows/ospp.vbs.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/28/head
harygary 2024-04-26 20:01:43 +08:00 committed by GitHub
parent 8c3e1fc230
commit 993506f3c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

29
pages/windows/ospp.vbs.md Normal file
View File

@ -0,0 +1,29 @@
# 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`