| |
Create / delete registry key and value from a command console, support string, long integer and binary data. Example: Regxx {add/remove} RootKeySubkey [DataName] [DataValue] [DataType]
- RootKey: HKLM, HKCU, HKCR, HKU, HKCC, HKDD, HKPD - RegType: REG_SZ, REG_DWORD, REG_BINARY(Hex/String with double quotaion) |
|