reg-flags: delete removed commands (#14397)
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
# reg flags
|
||||
|
||||
> Display or set flags on registry keys.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-flags>.
|
||||
|
||||
- Display current flags for a specific key:
|
||||
|
||||
`reg flags {{key_name}} query`
|
||||
|
||||
- Set one or more flags, and unset unmentioned flags, for a specific key:
|
||||
|
||||
`reg flags {{key_name}} set {{flag_name1 flag_name2 ...}}`
|
||||
|
||||
- Set one or more flags for a specific key and its [s]ubkeys:
|
||||
|
||||
`reg flags {{key_name}} set {{flag_name1 flag_name2 ...}} /s`
|
@@ -18,7 +18,7 @@
|
||||
|
||||
- View documentation for searching, viewing, and comparing keys:
|
||||
|
||||
`tldr reg {{compare|flags|query}}`
|
||||
`tldr reg {{compare|query}}`
|
||||
|
||||
- View documentation for exporting and importing registry keys not preserving the key ownerships and ACLs:
|
||||
|
||||
|
Reference in New Issue
Block a user