mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 23:58:19 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,10 +6,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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.
|
||||
> 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):
|
||||
- Install a product key (Note: It replaces the existing key):
|
||||
|
||||
`cscript ospp.vbs /inpkey:{{product_key}}`
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# reg load
|
||||
|
||||
> Load saved subkeys into a different subkey in the registry.
|
||||
> Note: this is intended for troubleshooting and temporary keys.
|
||||
> Note: This is intended for troubleshooting and temporary keys.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-load>.
|
||||
|
||||
- Load a backup file into the specified key:
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# wget
|
||||
|
||||
> In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `wget` program (<https://www.gnu.org/software/wget>) is not properly installed.
|
||||
> Note: if version command returns an error, PowerShell may have substituted this command with `Invoke-WebRequest`.
|
||||
> Note: If version command returns an error, PowerShell may have substituted this command with `Invoke-WebRequest`.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
|
||||
|
||||
- View documentation for the original `wget` command:
|
||||
|
||||
Reference in New Issue
Block a user