tldr/pages/windows/reg-save.md

13 lines
411 B
Markdown
Raw Normal View History

2018-01-19 13:23:31 +00:00
# reg save
> Save a registry key, its subkeys and values to a native `.hiv` file.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-save>.
2018-01-19 13:23:31 +00:00
- Save a registry key, its subkeys and values to a specific file:
2018-01-19 13:23:31 +00:00
`reg save {{key_name}} {{path\to\file.hiv}}`
2018-01-19 13:23:31 +00:00
- Forcefully (assuming [y]es) overwrite an existing file:
2018-01-19 13:23:31 +00:00
`reg save {{key_name}} {{path\to\file.hiv}} /y`