mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 03:02:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,10 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`reg copy {{old_key_name}} {{new_key_name}}`
|
||||
|
||||
- Copy a registry key recursively to a new registry location:
|
||||
- Copy a registry key recursively (with all [s]ubkeys) to a new registry location:
|
||||
|
||||
`reg copy {{old_key_name}} {{new_key_name}} /s`
|
||||
|
||||
- Forcefully copy a registry key without a prompt:
|
||||
- [f]orcefully (without a prompt) copy a registry key:
|
||||
|
||||
`reg copy {{old_key_name}} {{new_key_name}} /f`
|
||||
|
||||
Reference in New Issue
Block a user