From c03dd1ba75386added251922f2449df8524ab997 Mon Sep 17 00:00:00 2001 From: "Carl J. Bialorucki" Date: Wed, 6 May 2026 22:57:41 -0500 Subject: [PATCH] [BOOTDATA] Add commented out block for setting visual style --- boot/bootdata/livecd/unattend.inf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boot/bootdata/livecd/unattend.inf b/boot/bootdata/livecd/unattend.inf index ee5b81ea1d9..174fd72b372 100644 --- a/boot/bootdata/livecd/unattend.inf +++ b/boot/bootdata/livecd/unattend.inf @@ -9,3 +9,8 @@ UnattendSetupEnabled = no ; Set this option to automatically specify language in the language setup. ; See hivesys.inf for available languages. LocaleID = 409 + +; Enable this section to enable the default ReactOS theme. +;[Shell] +;DefaultThemesOff = no +;CustomDefaultThemeFile = "%WINDIR%\Resources\Themes\Lautus\lautus.msstyles"