2018-01-19 14:17:51 +00:00
|
|
|
# reg restore
|
|
|
|
|
2024-03-07 04:45:02 +00:00
|
|
|
> Restore a key and its values from a native `.hiv` file.
|
2018-01-19 14:17:51 +00:00
|
|
|
> See `reg-save` for more information.
|
2022-10-04 16:06:23 +01:00
|
|
|
> 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:
|
|
|
|
|
2024-03-07 04:45:02 +00:00
|
|
|
`reg restore {{key_name}} {{path\to\file.hiv}}`
|