mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:06:52 +00:00
[SYSSETUP] Apply theming from unattend files very early on when booting the LiveCD or a new install (#7797)
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
This commit is contained in:
parent
8e2d1b358c
commit
2e47094764
3 changed files with 153 additions and 16 deletions
|
@ -59,16 +59,12 @@ LocaleID = 409
|
|||
; 1: ReactOS Workstation
|
||||
ProductOption = 0
|
||||
|
||||
; enable this section to automatically launch programs
|
||||
; Enable this section to automatically launch programs
|
||||
; after 3rd boot
|
||||
;
|
||||
; [GuiRunOnce]
|
||||
; %SystemRoot%\system32\cmd.exe
|
||||
; Enable the next line (+ the GuiRunOnce section) to enable the lautus theme
|
||||
; "rundll32.exe shell32.dll,Control_RunDLL desk.cpl desk,@Appearance /Action:ActivateMSTheme /file:%SYSTEMROOT%\Resources\themes\lautus\lautus.msstyles"
|
||||
|
||||
|
||||
; enable this section to change resolution / bpp
|
||||
; Enable this section to change resolution / bpp
|
||||
; setting a value to 0 or skipping it will leave it unchanged
|
||||
; [Display]
|
||||
; BitsPerPel = 32
|
||||
|
@ -80,3 +76,8 @@ ProductOption = 0
|
|||
;[Env]
|
||||
;WINETEST_PLATFORM=reactos
|
||||
|
||||
; Enable this section to enable the default ReactOS theme
|
||||
; [Shell]
|
||||
; DefaultThemesOff = no
|
||||
; CustomDefaultThemeFile = "%WINDIR%\Resources\Themes\Lautus\lautus.msstyles"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue