reg*: improve pages (#12301)

* reg*: improve pages

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Vitor Henrique
2024-03-07 01:45:02 -03:00
committed by GitHub
parent b136d23b2e
commit 3e43dd97e2
12 changed files with 78 additions and 42 deletions

View File

@@ -7,18 +7,18 @@
`reg add {{key_name}}`
- Add a new value under a specific key:
- Add a new [v]alue under a specific key:
`reg add {{key_name}} /v {{value}}`
- Add a new value with specific data:
- Add a new value with specific [d]ata:
`reg add {{key_name}} /d {{data}}`
- Add a new value to a key with a specific data type:
- Add a new value to a key with a specific data [t]ype:
`reg add {{key_name}} /t {{type}}`
`reg add {{key_name}} /t REG_{{SZ|MULTI_SZ|DWORD_BIG_ENDIAN|DWORD|BINARY|DWORD_LITTLE_ENDIAN|LINK|FULL_RESOURCE_DESCRIPTOR|EXPAND_SZ}}`
- Forcefully overwrite the existing registry value without a prompt:
- [f]orcefully (without a prompt) overwrite the existing registry value:
`reg add {{key_name}} /f`