Registry
keys
| windows registry keys | abbreviation |
|---|---|
| HKEY_CURRENT_USER | KHCU |
| HKEY_LOCAL_MACHINE | HKLM |
| HKEY_CLASSES_ROOT | HKCR |
| HKEY_USERS | HKEY_USERS |
| HKEY_CURRENT_CONFIG | HKEY_CURRENT_CONFIG |
values
| windows registry value | description | type |
|---|---|---|
| REG_SZ | A string | A string |
| REG_DWORD | A number | An interger |
| REG_BINARY | A binary value | An interger |
| REG_EXPAND_SZ | An expandable string (e.g., “%windir%\calc.exe”) | A string |