You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates RunOnceCommandList to a slice of strings `[]string` and updates 'guiRunOnce()` to pass "" if no commands are provided. This will ensure that the function addresses each case.
Ref: #419
Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
// Specifies whether the guest operating system automatically logs on as Administrator.
87
87
AutoLogon*bool`mapstructure:"auto_logon"`
88
88
// Specifies how many times the guest operating system should auto-logon the Administrator account when `auto_logon` is set to `true`. Default:s to `1`.
@@ -389,11 +389,14 @@ func (w *WindowsOptions) sysprep() *types.CustomizationSysprep {
0 commit comments