1
0
Fork 0
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:
Owen Voke 2018-01-22 19:44:29 +00:00 committed by Starbeamrainbowlabs
parent c83b07deac
commit 4bb4c476f9

View 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}}`