1
0
Fork 0
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:
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`