reg-export: add Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
ffb39c5c04
commit
ccd7363592
11
pages.zh/windows/reg-export.md
Normal file
11
pages.zh/windows/reg-export.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# reg export
|
||||||
|
|
||||||
|
> 将指定的子键和值导出到文件中.
|
||||||
|
|
||||||
|
- 导出指定键下所有的子键和值:
|
||||||
|
|
||||||
|
`reg export {{键名}} {{导出文件的路径.reg}}`
|
||||||
|
|
||||||
|
- 在没有提示的情况下强制覆盖现有文件:
|
||||||
|
|
||||||
|
`reg export {{键名}} {{导出文件的路径.reg}} /y`
|
Reference in New Issue
Block a user