Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-05 00:21:02 +00:00
parent 968390f769
commit e452860d9b
156 changed files with 258 additions and 258 deletions

View File

@@ -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}}`

View File

@@ -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:

View File

@@ -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: