DeleteRegistryKeyInGuestRequestType
DeleteRegistryKeyInGuestRequestType
The parameters of DeleteRegistryKeyInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"keyName": {
"_typeName": "string",
"registryPath": "string",
"wowBitness": "string"
},
"recursive": false
}
vm
Required
Virtual machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Modify
auth
Required
The guest authentication data.
keyName
Required
The path to the registry key to be deleted.
boolean
recursive
Required
If true, the key is deleted along with any subkeys (if present). Otherwise, it shall only delete the key if it has no subkeys.