reg-add: add Chinese translation

italian
Starccy 2019-03-11 16:13:14 +08:00 committed by Starbeamrainbowlabs
parent 3c2bd06329
commit a2f83c5b6a
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# reg add
> 将新的键值添加到注册表中.
- 添加一个新的注册表键:
`reg add {{键名}}`
- 在指定的键下添加新值:
`reg add {{键名}} /v {{值}}`
- Add a new value with specific data:
`reg add {{键名}} /d {{数据}}`
- 向具有特定数据类型的键添加新值:
`reg add {{键名}} /t {{类型}}`
- 在没有提示的情况下强制覆盖现有的注册表值:
`reg add {{键名}} /f`