Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-08 00:13:39 +00:00
parent 18990cb95e
commit a7b5b6f8a4
21 changed files with 130 additions and 54 deletions

View File

@@ -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`