Registry Value¶
RegistryValue ¶
Bases: BaseModel
Represents a registry value.
export_reg ¶
export_reg() -> str
Export the registry value as a .reg file format.
Example
"MUIVerb"="Convert mp4..."
Returns:
| Type | Description |
|---|---|
str
|
The .reg file line representing the registry value. |
References
Source code in context_menu_toolkit/registry/registry_structs/registry_value.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | |