mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 22:42:41 +00:00
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
---
|
||
syntax: markdown
|
||
tags: [tldr, windows]
|
||
source: https://github.com/tldr-pages/tldr.git
|
||
---
|
||
# reg restore
|
||
|
||
> Restore a key and its values from a native `.hiv` file.
|
||
> See `reg-save` for more information.
|
||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-restore>.
|
||
|
||
- Overwrite a specified key with data from a backup file:
|
||
|
||
`reg restore {{key_name}} {{path oile.hiv}}`
|