1[Unattend] 2Signature = "$ReactOS$" 3 4; Set UnattendSetupEnabled to yes in order to get unattended setup working 5; yes - unattend setup enabled 6; no - unattend setup disabled 7UnattendSetupEnabled = yes 8 9; Install to \Device\Harddisk0\Partition1\ReactOS 10DestinationDiskNumber = 0 11DestinationPartitionNumber = 1 12InstallationDirectory=ReactOS 13 14; MBRInstallType=0 skips MBR installation 15; MBRInstallType=1 install MBR on floppy 16; MBRInstallType=2 install MBR on hdd 17MBRInstallType=2 18 19FullName="MyName" 20;OrgName="MyOrg" 21ComputerName="MYCOMPUTERNAME" 22;AdminPassword="MyPassword" 23 24; TimeZone is set GMT as default 25TimeZoneIndex=85 26 27; enable this setting to disable daylight saving changes 28; DisableAutoDaylightTimeSet = 1 29 30; enable this setting to format the selected partition 31; 1 - format enabled 32; 0 - format disabled 33FormatPartition=1 34 35; enable this setting to automatically create a partition 36; during installation 37; 1 - enabled 38; 0 - disabled 39AutoPartition = 1 40 41; set this option to automatically 42; specify language in 2nd mode setup 43; see hivesys.inf for available languages 44LocaleID = 409 45 46; enable this section to automatically launch programs 47; after 3rd boot 48; 49[GuiRunOnce] 50%SystemRoot%\system32\cmd.exe /c "regtest.cmd" 51 52[Display] 53BitsPerPel = 16 54XResolution = 800 55YResolution = 600 56VRefresh = 0 57 58