Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-08 00:13:39 +00:00
parent 18990cb95e
commit a7b5b6f8a4
21 changed files with 130 additions and 54 deletions

View File

@@ -5,13 +5,13 @@ source: https://github.com/tldr-pages/tldr.git
---
# reg save
> Save a registry key, its sub keys and values to a file.
> Save a registry key, its subkeys and values to a native `.hiv` file.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-save>.
- Save a registry key, its sub keys and values to a specific file:
- Save a registry key, its subkeys and values to a specific file:
`reg save {{key_name}} {{path o ile}}`
`reg save {{key_name}} {{path o ile.hiv}}`
- Forcefully overwrite an existing file without a prompt:
- Forcefully (assuming [y]es) overwrite an existing file:
`reg save {{key_name}} {{path o ile}} /y`
`reg save {{key_name}} {{path o ile.hiv}} /y`