GuestWindowsProgramSpec

GuestWindowsProgramSpec
GuestWindowsProgramSpec

This describes the arguments to StartProgramInGuest that apply only for Windows guests.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "programPath": "string",
    "arguments": "string",
    "workingDirectory": "string",
    "envVariables": [
        "string"
    ],
    "startMinimized": false
}
boolean
startMinimized
Required

Makes any program window start minimized.