snippetbashTip
reg load — Load saved subkeys into a different subkey in the registry. Note: This is intended for troubleshooti
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.