1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.. _vim.vm.customization.WinOptions: ../../../../vim/vm/customization/WinOptions.rst
.. _vim.vm.customization.WinOptions.SysprepRebootOption: ../../../../vim/vm/customization/WinOptions/SysprepRebootOption.rst
vim.vm.customization.WinOptions.SysprepRebootOption
===================================================
A enum constant specifying what should be done to the guest vm after running sysprep.
:contained by: `vim.vm.customization.WinOptions`_
:type: `vim.vm.customization.WinOptions.SysprepRebootOption`_
:name: shutdown
values:
--------
shutdown
Shutdown the machine after running sysprep. This puts the vm in a sealed state.
reboot
Reboot the machine after running sysprep. This will cause values specified in the sysprep.inf to be applied immediately.
noreboot
Take no action. Leave the guest os running after running sysprep. This option can be used to look at values for debugging purposes after running sysprep.
|