mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:15:27 +02:00
reg: add page (#1908)
This commit is contained in:
parent
4bb4c476f9
commit
04c6dc9098
1 changed files with 16 additions and 0 deletions
16
pages/windows/reg.md
Normal file
16
pages/windows/reg.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# reg
|
||||
|
||||
> A command line interface for managing keys and their values in the Windows registry.
|
||||
> See `reg-query`, `reg-add` and other pages for additional information.
|
||||
|
||||
- Execute registry commands:
|
||||
|
||||
`reg {{command}}`
|
||||
|
||||
- Display general information and list all available commands:
|
||||
|
||||
`reg /?`
|
||||
|
||||
- Call help on a specific command:
|
||||
|
||||
`reg {{command}} /?`
|
Loading…
Add table
Reference in a new issue