set the colour again...
This commit is contained in:
parent
1784b75c14
commit
febd4a68f8
@ -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 #######
|
||||
|
||||
|
@ -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.
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user