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 save
> 将注册表键、子键的所有值保存到一个文件中。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg-save>.
> 将注册表项及其子项和值保存到本地 `.hiv` 文件中。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg-save>
- 将注册表键、子键的所有值保存到一个文件
- 将注册表项及其子项和值保存到指定文件:
`reg save {{键名}} {{文件的路径}}`
`reg save {{key_name}} {{path\to\file.hiv}}`
- 在没有提示的情况下强制覆盖现有文件:
- 强制覆盖现有文件(假设为[y]es
`reg save {{键名}} {{文件的路径}} /y`
`reg save {{key_name}} {{path\to\file.hiv}} /y`