' ' Lists the sub keys and values of a given registry key ' ' cscript regList.wsg HKLM\Software ' ' Will Yield: ' ' { ' "hklm\software": { ' "keys": [ .. array of sub keys .. ], ' "values": { ' "moo": { ' "type": "REG_SZ", ' "value": "bar" ' } ' } ' } ' }