tldr/pages/windows/reg-restore.md

10 lines
324 B
Markdown
Raw Normal View History

2018-01-19 14:17:51 +00:00
# reg restore
> Restore a key and its values from a backup file.
> See `reg-save` for more information.
2019-08-22 13:37:57 +01:00
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-restore>.
2018-01-19 14:17:51 +00:00
- Overwrite a specified key with data from a backup file:
`reg restore {{key_name}} {{path/to/file}}`