SetRegistryValueInGuestRequestType
SetRegistryValueInGuestRequestType
The parameters of SetRegistryValueInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"value": {
"_typeName": "string",
"name": {
"_typeName": "string",
"keyName": {
"_typeName": "string",
"registryPath": "string",
"wowBitness": "string"
},
"name": "string"
},
"data": {
"_typeName": "string"
}
}
}
vm
Required
Virtual machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Modify
auth
Required
The guest authentication data.
value
Required
The information for the registry value to be set/created. The Value "name" (specified in GuestRegValueNameSpec) and the Value "data" (specified in GuestRegValueSpec) can both be empty. If "name" is empty, it sets the value for the unnamed or default value of the given key.