mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
reg-copy: add page
This commit is contained in:
parent
94c290ca4d
commit
d2af195fd7
1 changed files with 15 additions and 0 deletions
15
pages/windows/reg-copy.md
Normal file
15
pages/windows/reg-copy.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# reg copy
|
||||
|
||||
> Copy keys and their values in the registry.
|
||||
|
||||
- Copy a registry key to a new registry location:
|
||||
|
||||
`reg copy {{old_key_name}} {{new_key_name}}`
|
||||
|
||||
- Copy a registry key recursively to a new registry location:
|
||||
|
||||
`reg copy {{old_key_name}} {{new_key_name}} /s`
|
||||
|
||||
- Forcefully copy a registry key without a prompt:
|
||||
|
||||
`reg copy {{old_key_name}} {{new_key_name}} /f`
|
Loading…
Add table
Reference in a new issue