reg restore (windows)

Posted by tldr
Public (Editable by Users)

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 .

Shell
None
Edit
reg-save

# Overwrite a specified key with data from a backup file:
reg restore {{key_name}} {{path/to/file}}