1
0
Fork 0
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:
Owen Voke 2018-01-22 19:45:09 +00:00 committed by Starbeamrainbowlabs
parent 4bb4c476f9
commit 04c6dc9098

16
pages/windows/reg.md Normal file
View 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}} /?`