add new chinese translations
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# reg export
|
||||
|
||||
> 将指定的子键和值导出到文件中。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg-export>.
|
||||
> 将指定的子键和值导出到`.reg`文件中。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg-export>。
|
||||
|
||||
- 导出指定键下所有的子键和值:
|
||||
- 导出特定键的所有子键和值:
|
||||
|
||||
`reg export {{键名}} {{导出文件的路径.reg}}`
|
||||
`reg export {{key_name}} {{path\to\file.reg}}`
|
||||
|
||||
- 在没有提示的情况下强制覆盖现有文件:
|
||||
- 强制覆盖现有文件(假设[y]es):
|
||||
|
||||
`reg export {{键名}} {{导出文件的路径.reg}} /y`
|
||||
`reg export {{key_name}} {{path\to\file.reg}} /y`
|
Reference in New Issue
Block a user