reg-save: add page

This commit is contained in:
pxgamer
2018-01-19 13:23:31 +00:00
committed by Agniva De Sarker
parent d2af195fd7
commit eabfe0a92a

11
pages/windows/reg-save.md Normal file
View 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`