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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user