mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-21 06:35:24 +02:00
reg-export: add Chinese translation
This commit is contained in:
parent
ffb39c5c04
commit
ccd7363592
1 changed files with 11 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue