Reactos
at listview 83 lines 2.0 kB view raw
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 = no 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; enable this setting to disable Gecko install 48; yes - disabled 49; no - enabled 50DisableGeckoInst = no 51 52; set this option to automatically 53; specify language in 2nd mode setup 54; see hivesys.inf for available languages 55LocaleID = 409 56 57; set product option 58; 0: ReactOS Server 59; 1: ReactOS Workstation 60ProductOption = 0 61 62; Enable this section to automatically launch programs 63; after 3rd boot 64; [GuiRunOnce] 65; %SystemRoot%\system32\cmd.exe 66 67; Enable this section to change resolution / bpp 68; setting a value to 0 or skipping it will leave it unchanged 69; [Display] 70; BitsPerPel = 32 71; XResolution = 1440 72; YResolution = 900 73; VRefresh = 0 74 75; enable this section to add environment variables 76;[Env] 77;WINETEST_PLATFORM=reactos 78 79; Enable this section to enable the default ReactOS theme 80; [Shell] 81; DefaultThemesOff = no 82; CustomDefaultThemeFile = "%WINDIR%\Resources\Themes\Lautus\lautus.msstyles" 83