HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

reg load — Load saved subkeys into a different subkey in the registry. Note: This is intended for troubleshooti

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandsubkeyssavedloadcliintoreg loaddifferent
windows

Problem

How to use the reg load command: Load saved subkeys into a different subkey in the registry. Note: This is intended for troubleshooting and temporary keys. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-load>.

Solution

reg load — Load saved subkeys into a different subkey in the registry. Note: This is intended for troubleshooting and temporary keys. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-load>.

Load a backup file into the specified key:
reg load {{key_name}} {{path\to\file.hiv}}

Code Snippets

Load a backup file into the specified key

reg load {{key_name}} {{path\to\file.hiv}}

Context

tldr-pages: windows/reg load

Revisions (0)

No revisions yet.