mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-23 00:02:47 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
14
tldr/windows/reg-restore
Normal file
14
tldr/windows/reg-restore
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# reg restore
|
||||
|
||||
> Restore a key and its values from a backup file.
|
||||
> See `reg-save` for more information.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-restore>.
|
||||
|
||||
- Overwrite a specified key with data from a backup file:
|
||||
|
||||
`reg restore {{key_name}} {{path oile}}`
|
||||
Reference in New Issue
Block a user