From f8fe689a81f906d1b91bb3220acde2a4ecb14c5b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 05:01:46 +0200 Subject: Adding upstream version 6.0.4-dfsg. Signed-off-by: Daniel Baumann --- .../UnattendedTemplates/win_nt6_unattended.xml | 155 +++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml (limited to 'src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml') diff --git a/src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml b/src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml new file mode 100644 index 00000000..25201593 --- /dev/null +++ b/src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml @@ -0,0 +1,155 @@ + + + + + + en-US + @@VBOX_INSERT_DASH_LOCALE@@ + @@VBOX_INSERT_DASH_LOCALE@@ + + @@VBOX_INSERT_LANGUAGE@@ + + + + + + OnError + + 0 + true + + + 1 + Primary + true + + + + + + + + @@VBOX_INSERT_PRODUCT_KEY_ELEMENT@@ + OnError + + true + + + + + + + + /IMAGE/INDEX + @@VBOX_INSERT_IMAGE_INDEX_ELEMENT@@ + + + + + 0 + 1 + + OnError + false + + + + + OnError + + + + + + + + @@VBOX_INSERT_HOSTNAME_WITHOUT_DOMAIN_MAX_15@@ + + + + + + + + @@VBOX_INSERT_USER_PASSWORD_ELEMENT@@ + true</PlainText> + </Password> + <Enabled>true</Enabled> + <Username>@@VBOX_INSERT_USER_LOGIN_ELEMENT@@</Username> + </AutoLogon> + + <UserAccounts> +@@VBOX_COND_IS_USER_LOGIN_NOT_ADMINISTRATOR@@ + <AdministratorPassword> + <Value>@@VBOX_INSERT_ROOT_PASSWORD_ELEMENT@@</Value> + <PlainText>true</PlainText> + </AdministratorPassword> + + <LocalAccounts> + <LocalAccount wcm:action="add"> + <Name>@@VBOX_INSERT_USER_LOGIN_ELEMENT@@</Name> + <DisplayName>@@VBOX_INSERT_USER_FULL_NAME_ELEMENT@@</DisplayName> + <Group>administrators;users</Group> + <Password> + <Value>@@VBOX_INSERT_USER_PASSWORD_ELEMENT@@</Value> + <PlainText>true</PlainText> + </Password> + </LocalAccount> + </LocalAccounts> +@@VBOX_COND_END@@ +@@VBOX_COND_IS_USER_LOGIN_ADMINISTRATOR@@ + <AdministratorPassword> + <Value>@@VBOX_INSERT_USER_PASSWORD_ELEMENT@@</Value> + <PlainText>true</PlainText> + </AdministratorPassword> +@@VBOX_COND_END@@ + </UserAccounts> + + <VisualEffects> + <FontSmoothing>ClearType</FontSmoothing> + </VisualEffects> + + <OOBE> + <ProtectYourPC>3</ProtectYourPC> + <HideEULAPage>true</HideEULAPage> + <SkipUserOOBE>true</SkipUserOOBE> + <SkipMachineOOBE>true</SkipMachineOOBE> + <!-- Make this (NetworkLocation) default to public and make it configurable --> + <NetworkLocation>Home</NetworkLocation> + </OOBE> + + <FirstLogonCommands> + <SynchronousCommand wcm:action="add"> + <!-- For which OS versions do we need to do this? --> + <Order>1</Order> + <Description>Turn Off Network Selection pop-up</Description> + <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff"</CommandLine> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <Order>2</Order> + <Description>VirtualBox post guest install steps </Description> + <CommandLine>cmd.exe /c A:\VBOXPOST.CMD --vista-or-newer</CommandLine> + </SynchronousCommand> + </FirstLogonCommands> + + <TimeZone>@@VBOX_INSERT_TIME_ZONE_WIN_NAME@@</TimeZone> + </component> + + </settings> +</unattend> + -- cgit v1.2.3