| Where | Type | Optional | Default | Description |
|---|---|---|---|---|
| Path | String | Key's path | ||
| MachineName | String | yes | (local) | Remote computer for the key. |
| UserName | String | yes | Empty string | Specifies a user name to be used in making the connection |
| Password | String | yes | Empty string | Specifies a password to be used in making the network connection |
| ||
Set S = CreateObject("RegEdit.Server")
S.GetKey("HKCR\.asa").Values("Content Type")="text/asp" |