mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 14:42:00 +00:00
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
---
|
||
syntax: markdown
|
||
tags: [tldr, windows]
|
||
source: https://github.com/tldr-pages/tldr.git
|
||
---
|
||
# 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 oile.hiv}}`
|