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 export
> Export the specified sub keys and values into a file.
> Export the specified subkeys and values to a `.reg` file.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-export>.
- Export all sub keys and values of a specific key:
- Export all subkeys and values of a specific key:
`reg export {{key_name}} {{path o ile.reg}}`
- Force overwriting of an existing file without prompt:
- Forcefully (assuming [y]es) overwrite of an existing file:
`reg export {{key_name}} {{path o ile.reg}} /y`