mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:46:00 +02:00
reg-save: add page
This commit is contained in:
parent
d2af195fd7
commit
eabfe0a92a
1 changed files with 11 additions and 0 deletions
11
pages/windows/reg-save.md
Normal file
11
pages/windows/reg-save.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# reg save
|
||||
|
||||
> Save a registry key, its sub keys and values to a file.
|
||||
|
||||
- Save a registry key, its sub keys and values to a specific file:
|
||||
|
||||
`reg save {{key_name}} {{path/to/file}}`
|
||||
|
||||
- Forcefully overwrite an existing file without a prompt:
|
||||
|
||||
`reg save {{key_name}} {{path/to/file}} /y`
|
Loading…
Add table
Reference in a new issue