reg-save: add page
This commit is contained in:

committed by
Agniva De Sarker

parent
d2af195fd7
commit
eabfe0a92a
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`
|
Reference in New Issue
Block a user