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; BootLoaderLocation=0  Skip installation
15; BootLoaderLocation=1  Install on removable media (floppy)
16; BootLoaderLocation=2  Install on system partition (for MBR disks: MBR and VBR)
17; BootLoaderLocation=3  Install on VBR only (for MBR disks)
18BootLoaderLocation=2
19
20FullName="MyName"
21;OrgName="MyOrg"
22ComputerName="MYCOMPUTERNAME"
23;AdminPassword="MyPassword"
24
25; TimeZone is set GMT as default
26TimeZoneIndex=85
27
28; enable this setting to disable daylight saving changes
29; DisableAutoDaylightTimeSet = 1
30
31; enable this setting to format the selected partition
32; 1 - format enabled
33; 0 - format disabled
34FormatPartition=1
35
36; enable this setting to automatically create a partition
37; during installation
38; 1 - enabled
39; 0 - disabled
40AutoPartition = 1
41
42; choose default file system type
43; 0 - FAT
44; 1 - BtrFS
45FsType = 0
46
47; set this option to automatically
48; specify language in 2nd mode setup
49; see hivesys.inf for available languages
50LocaleID = 409
51
52; enable this section to automatically launch programs
53; after 3rd boot
54;
55[GuiRunOnce]
56%SystemRoot%\system32\cmd.exe /c "regtest.cmd"
57
58[Display]
59BitsPerPel = 16
60XResolution = 800
61YResolution = 600
62VRefresh = 0
63
64