• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Data]
2AutoPartition = 1
3MsDosInitiated = "0"
4UnattendedInstall = "Yes"
5
6[Unattended]
7Repartition = Yes
8UnattendMode = FullUnattended
9OemSkipEula = Yes
10OemPreinstall = No
11TargetPath = \WINDOWS
12UnattendSwitch = Yes
13CrashDumpSetting = 1
14DriverSigningPolicy = ignore
15OemPnPDriversPath = KVM_TEST_NETWORK_DRIVER_PATH
16WaitForReboot = no
17
18[GuiUnattended]
19AdminPassword = "1q2w3eP"
20EncryptedAdminPassword = NO
21TimeZone = 85
22OemSkipWelcome = 1
23AutoLogon = Yes
24AutoLogonCount = 1000
25OEMSkipRegional = 1
26
27[UserData]
28ProductKey = KVM_TEST_CDKEY
29FullName = "Autotest Mindless Drone"
30OrgName = "Autotest"
31ComputerName = *
32
33[Identification]
34JoinWorkgroup = WORKGROUP
35
36[Networking]
37InstallDefaultComponents = Yes
38
39[Proxy]
40Proxy_Enable = 0
41Use_Same_Proxy = 0
42
43[Components]
44dialer = off
45media_clips = off
46media_utopia = off
47msnexplr = off
48netoc = off
49OEAccess = off
50templates = off
51WMAccess = off
52zonegames = off
53
54[TerminalServices]
55AllowConnections = 1
56
57[WindowsFirewall]
58Profiles = WindowsFirewall.TurnOffFirewall
59
60[WindowsFirewall.TurnOffFirewall]
61Mode = 0
62
63[Branding]
64BrandIEUsingUnattended = Yes
65
66[Display]
67Xresolution = 1024
68YResolution = 768
69
70[GuiRunOnce]
71Command0 = "cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
72Command1 = "cmd /c E:\setuprss.bat"
73Command2 = "cmd /c netsh interface ip set address local dhcp"
74Command3 = "cmd /c sc config tlntsvr start= auto"
75Command4 = "cmd /c net start telnet"
76Command5 = "cmd /c A:\finish.exe"
77