CustomizationGuiRunOnce

CustomizationGuiRunOnce
CustomizationGuiRunOnce

The commands listed in the GuiRunOnce data object type are executed when a user logs on the first time after customization completes.

The logon may be driven by the AutoLogon setting.

The GuiRunOnce data object type maps to the GuiRunOnce key in the sysprep.xml answer file. These values are transferred into the sysprep.xml file that VirtualCenter stores on the target virtual disk. For more detailed information, see <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "commandList": [
        "string"
    ]
}
array of string
commandList
Required

A list of commands to run at first user logon, after guest customization.