Use this to to modify Registry settings from a Kix script
$RC=WRITEVALUE ("subkey", "entry", "expression", "data type"
Where:
Subkey is the registry key (HKEY_Locacal_Machine) etc
Entry is the name of the entry in the registry key, default should use "" as a blank delimtation.
Expression is the data to be entered.
Datatype is REG_DWORD_SZ or similar
Example:
$RC=writevalue ("Hkey_classes_root\clsid\{20D04FE0-3AEA-1069-A1D8-08002B30309D","","Not My Computer","reg_sz"
This would change the label of the my computer icon for all users, at registry level, do not confuse this with the user renaming the icon, different thing