mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 06:35:23 +02:00
reg-flags: add Chinese translation
This commit is contained in:
parent
ccd7363592
commit
cbc02e65e6
1 changed files with 19 additions and 0 deletions
19
pages.zh/windows/reg-flags.md
Normal file
19
pages.zh/windows/reg-flags.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# reg flags
|
||||
|
||||
> 显示或设置注册表键的标志.
|
||||
|
||||
- 显示当前指定键的标志:
|
||||
|
||||
`reg flags {{键名}} query`
|
||||
|
||||
- 显示帮助和可用的标志类型:
|
||||
|
||||
`reg flags /?`
|
||||
|
||||
- 为特定键设置指定以空格分隔的标志,并取消设置未提及的标志:
|
||||
|
||||
`reg flags {{键名}} set {{标志1 [标志2] ..}}`
|
||||
|
||||
- 为指定的键和其子键设置标志:
|
||||
|
||||
`reg flags {{键名}} set {{标志}} /s`
|
Loading…
Add table
Reference in a new issue