reg-flags: delete removed commands (#14397)

This commit is contained in:
Sebastiaan Speck
2024-10-30 18:04:50 +01:00
committed by GitHub
parent 4088b0bcab
commit 0260d50998
4 changed files with 2 additions and 38 deletions

View File

@@ -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`

View File

@@ -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: