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,12 +1,12 @@
# reg add
> 将新的键值添加到注册表中.
> 将新的键值添加到注册表中
- 添加一个新的注册表键:
- 添加一个新的注册表键
`reg add {{键名}}`
- 在指定的键下添加新值:
- 在指定的键下添加新值
`reg add {{键名}} /v {{值}}`
@@ -14,10 +14,10 @@
`reg add {{键名}} /d {{数据}}`
- 向具有特定数据类型的键添加新值:
- 向具有特定数据类型的键添加新值
`reg add {{键名}} /t {{类型}}`
- 在没有提示的情况下强制覆盖现有的注册表值:
- 在没有提示的情况下强制覆盖现有的注册表值
`reg add {{键名}} /f`