mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
Use a `[Shell]` section with `DefaultThemesOff` and `CustomDefaultThemeFile` values, specifying respectively whether to use the classic theme or a custom one, and the complete path to the custom .theme (or .msstyles) file. These values are compatible with those documented in the "MS Windows Preinstallation Reference" help file of the Windows installation CD (DEPLOY.CAB\ref.chm) [BOOTDATA] bootcd/unattend.inf: Use the Shell/CustomDefaultThemeFile value to specify which theme to use
84 lines
2.0 KiB
INI
84 lines
2.0 KiB
INI
[Unattend]
|
|
Signature = "$ReactOS$"
|
|
|
|
; Set UnattendSetupEnabled to yes in order to get unattended setup working
|
|
; yes - unattend setup enabled
|
|
; no - unattend setup disabled
|
|
UnattendSetupEnabled = no
|
|
|
|
; Install to \Device\Harddisk0\Partition1\ReactOS
|
|
DestinationDiskNumber = 0
|
|
DestinationPartitionNumber = 1
|
|
InstallationDirectory=ReactOS
|
|
|
|
; BootLoaderLocation=0 Skip installation
|
|
; BootLoaderLocation=1 Install on removable media (floppy)
|
|
; BootLoaderLocation=2 Install on system partition (for MBR disks: MBR and VBR)
|
|
; BootLoaderLocation=3 Install on VBR only (for MBR disks)
|
|
BootLoaderLocation=2
|
|
|
|
FullName="MyName"
|
|
;OrgName="MyOrg"
|
|
ComputerName="MYCOMPUTERNAME"
|
|
;AdminPassword="MyPassword"
|
|
|
|
; TimeZone is set GMT as default
|
|
TimeZoneIndex=85
|
|
|
|
; enable this setting to disable daylight saving changes
|
|
; DisableAutoDaylightTimeSet = 1
|
|
|
|
; enable this setting to format the selected partition
|
|
; 1 - format enabled
|
|
; 0 - format disabled
|
|
FormatPartition=1
|
|
|
|
; enable this setting to automatically create a partition
|
|
; during installation
|
|
; 1 - enabled
|
|
; 0 - disabled
|
|
AutoPartition = 1
|
|
|
|
; choose default file system type
|
|
; 0 - FAT
|
|
; 1 - BtrFS
|
|
FsType = 0
|
|
|
|
; enable this setting to disable Gecko install
|
|
; yes - disabled
|
|
; no - enabled
|
|
DisableGeckoInst = no
|
|
|
|
; set this option to automatically
|
|
; specify language in 2nd mode setup
|
|
; see hivesys.inf for available languages
|
|
LocaleID = 409
|
|
|
|
; set product option
|
|
; 0: ReactOS Server
|
|
; 1: ReactOS Workstation
|
|
ProductOption = 0
|
|
|
|
; Enable this section to automatically launch programs
|
|
; after 3rd boot
|
|
; [GuiRunOnce]
|
|
; %SystemRoot%\system32\cmd.exe
|
|
|
|
; Enable this section to change resolution / bpp
|
|
; setting a value to 0 or skipping it will leave it unchanged
|
|
; [Display]
|
|
; BitsPerPel = 32
|
|
; XResolution = 1440
|
|
; YResolution = 900
|
|
; VRefresh = 0
|
|
|
|
; enable this section to add environment variables
|
|
;[Env]
|
|
;WINETEST_PLATFORM=reactos
|
|
|
|
; Enable this section to enable the default ReactOS theme
|
|
; [Shell]
|
|
; DefaultThemesOff = no
|
|
; CustomDefaultThemeFile = "%WINDIR%\Resources\Themes\Lautus\lautus.msstyles"
|
|
|