mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 07:58:33 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
14
tldr/windows/reg-load
Normal file
14
tldr/windows/reg-load
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# reg load
|
||||
|
||||
> Load saved sub keys into a different sub key in the registry.
|
||||
> 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}}`
|
||||
Reference in New Issue
Block a user