1
0
Fork 0
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:
Starccy 2019-03-11 19:53:57 +08:00 committed by Starbeamrainbowlabs
parent bb2ef056f2
commit cd6879eff2

View file

@ -0,0 +1,15 @@
# reg copy
> 复制注册表中的键和值.
- 将注册表键复制到新的注册表位置:
`reg copy {{旧键名}} {{新键名}}`
- 递归将注册表键复制到新的注册表位置:
`reg copy {{旧键名}} {{新键名}} /s`
- 在没有提示的情况下强制复制注册表键:
`reg copy {{旧键名}} {{新键名}} /f`