| Where | Type | Optional | Default | Description |
|---|---|---|---|---|
| Name | String | Name of the new key. |
| ||
'Get RegEdit.Server object
Set S = CreateObject("RegEdit.Server")
'Add a new key
Set Key = S.GetKey("HKLM\SOFTWARE").CreateKey("MyFirtsApp")
'Writes Date to the defalut key value
Key.Values("") = Date |