| OLD | NEW |
| 1 ;SetupMgrTag | 1 ;SetupMgrTag |
| 2 [Data] | 2 [Data] |
| 3 AutoPartition=1 | 3 AutoPartition=1 |
| 4 MsDosInitiated="0" | 4 MsDosInitiated="0" |
| 5 UnattendedInstall="Yes" | 5 UnattendedInstall="Yes" |
| 6 | 6 |
| 7 [Unattended] | 7 [Unattended] |
| 8 Repartition=Yes | 8 Repartition=Yes |
| 9 UnattendMode=FullUnattended | 9 UnattendMode=FullUnattended |
| 10 OemSkipEula=Yes | 10 OemSkipEula=Yes |
| 11 OemPreinstall=No | 11 OemPreinstall=No |
| 12 TargetPath=\WINDOWS | 12 TargetPath=\WINDOWS |
| 13 UnattendSwitch=Yes | 13 UnattendSwitch=Yes |
| 14 CrashDumpSetting=1 | 14 CrashDumpSetting=1 |
| 15 DriverSigningPolicy=ignore | 15 DriverSigningPolicy=ignore |
| 16 OemPnPDriversPath="KVM_TEST_NETWORK_DRIVER_PATH" |
| 16 WaitForReboot=no | 17 WaitForReboot=no |
| 17 | 18 |
| 18 [GuiUnattended] | 19 [GuiUnattended] |
| 19 AdminPassword="1q2w3eP" | 20 AdminPassword="1q2w3eP" |
| 20 EncryptedAdminPassword=NO | 21 EncryptedAdminPassword=NO |
| 21 TimeZone=85 | 22 TimeZone=85 |
| 22 OemSkipWelcome=1 | 23 OemSkipWelcome=1 |
| 23 AutoLogon=Yes | 24 AutoLogon=Yes |
| 24 AutoLogonCount=1000 | 25 AutoLogonCount=1000 |
| 25 OEMSkipRegional=1 | 26 OEMSkipRegional=1 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 Mode=0 | 62 Mode=0 |
| 62 | 63 |
| 63 [Branding] | 64 [Branding] |
| 64 BrandIEUsingUnattended=Yes | 65 BrandIEUsingUnattended=Yes |
| 65 | 66 |
| 66 [Display] | 67 [Display] |
| 67 Xresolution=1024 | 68 Xresolution=1024 |
| 68 YResolution=768 | 69 YResolution=768 |
| 69 | 70 |
| 70 [GuiRunOnce] | 71 [GuiRunOnce] |
| 71 Command0="cmd /c E:\setuprss.bat" | 72 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER" |
| 72 Command1="cmd /c netsh interface ip set address local dhcp" | 73 Command1="cmd /c E:\setuprss.bat" |
| 73 Command2="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" | 74 Command2="cmd /c netsh interface ip set address local dhcp" |
| 75 Command3="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" |
| OLD | NEW |