Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,11 +1,11 @@
# reg save
> 将注册表键、子键的所有值保存到一个文件中.
> 将注册表键、子键的所有值保存到一个文件中
- 将注册表键、子键的所有值保存到一个文件中:
- 将注册表键、子键的所有值保存到一个文件中
`reg save {{键名}} {{文件的路径}}`
- 在没有提示的情况下强制覆盖现有文件:
- 在没有提示的情况下强制覆盖现有文件
`reg save {{键名}} {{文件的路径}} /y`