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,19 +1,19 @@
# reg flags
> 显示或设置注册表键的标志.
> 显示或设置注册表键的标志
- 显示当前指定键的标志:
- 显示当前指定键的标志
`reg flags {{键名}} query`
- 显示帮助和可用的标志类型:
- 显示帮助和可用的标志类型
`reg flags /?`
- 为特定键设置指定以空格分隔的标志,并取消设置未提及的标志:
- 为特定键设置指定以空格分隔的标志,并取消设置未提及的标志
`reg flags {{键名}} set {{标志 1 标志 2 ..}}`
- 为指定的键和其子键设置标志:
- 为指定的键和其子键设置标志
`reg flags {{键名}} set {{标志}} /s`