tldr/pages/windows/reg-restore.md

10 lines
319 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.
> More information: <https://learn.microsoft.com/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}}`