1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 22:24:55 +02:00
tldr/pages/windows/reg-restore.md
2019-08-22 12:37:57 +00:00

9 lines
324 B
Markdown

# reg restore
> Restore a key and its values from a backup file.
> See `reg-save` for more information.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-restore>.
- Overwrite a specified key with data from a backup file:
`reg restore {{key_name}} {{path/to/file}}`