File: GuiRunOnce.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. _str: https://docs.python.org/2/library/stdtypes.html

.. _AutoLogon: ../../../vim/vm/customization/GuiUnattended.rst#autoLogon

.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst

.. _Windows 2000 Unattended Setup Guide: http://www.microsoft.com/technet/prodtechnol/Windows2000Pro/deploy/unattend/default.mspx


vim.vm.customization.GuiRunOnce
===============================
  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 thesysprep.infanswer file. These values are transferred into thesysprep.inffile that VirtualCenter stores on the target virtual disk. For more detailed information, see the document `Windows 2000 Unattended Setup Guide`_ .
:extends: vmodl.DynamicData_

Attributes:
    commandList ([`str`_]):

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