mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
reg-copy: add Chinese translation
This commit is contained in:
parent
bb2ef056f2
commit
cd6879eff2
1 changed files with 15 additions and 0 deletions
15
pages.zh/windows/reg-copy.md
Normal file
15
pages.zh/windows/reg-copy.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# reg copy
|
||||||
|
|
||||||
|
> 复制注册表中的键和值.
|
||||||
|
|
||||||
|
- 将注册表键复制到新的注册表位置:
|
||||||
|
|
||||||
|
`reg copy {{旧键名}} {{新键名}}`
|
||||||
|
|
||||||
|
- 递归将注册表键复制到新的注册表位置:
|
||||||
|
|
||||||
|
`reg copy {{旧键名}} {{新键名}} /s`
|
||||||
|
|
||||||
|
- 在没有提示的情况下强制复制注册表键:
|
||||||
|
|
||||||
|
`reg copy {{旧键名}} {{新键名}} /f`
|
Loading…
Add table
Reference in a new issue