mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:15:27 +02:00
reg-load: add page (#1915)
This commit is contained in:
parent
c83b07deac
commit
4bb4c476f9
1 changed files with 8 additions and 0 deletions
8
pages/windows/reg-load.md
Normal file
8
pages/windows/reg-load.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# reg load
|
||||
|
||||
> Load saved sub keys into a different sub key in the registry.
|
||||
> This is intended for troubleshooting and temporary keys.
|
||||
|
||||
- Load a backup file into the specified key:
|
||||
|
||||
`reg load {{key_name}} {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue