From febd4a68f8a3ce5bb3f5b05959b817bc920ed983 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 17 Jan 2023 07:11:47 +0100 Subject: [PATCH] set the colour again... --- scripts/modify-desktoptheme.cmd | 5 ++++- tools/logon.cmd | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/modify-desktoptheme.cmd b/scripts/modify-desktoptheme.cmd index 1bb0adc..5c31773 100644 --- a/scripts/modify-desktoptheme.cmd +++ b/scripts/modify-desktoptheme.cmd @@ -1,5 +1,7 @@ @echo off -set CONFIG=C:\tools\scripts\config +set TOOLS=c:\tools + +set CONFIG=%TOOLS%\scripts\config set THEMES=C:\Windows\Resources\Themes echo ####### %0 ####### @@ -17,3 +19,4 @@ ping 127.0.0.1 -n 5 > NUL 2>&1 taskkill /F /IM SystemSettings.exe 2>nul echo ####### %0 ####### + diff --git a/tools/logon.cmd b/tools/logon.cmd index f5b8f3f..e200a70 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -280,6 +280,7 @@ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" ^ rem setting Aerolite theme... if %install_aerolite% == 1 ( call %TOOLS%\scripts\modify-desktoptheme.cmd + %TOOLS%\setbgcol %bgcol_R% %bgcol_G% %bgcol_B% echo. )