add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -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`