added aerolite again because it was not the reason for flickering desktop problem

This commit is contained in:
Michael H.G. Schmidt 2021-04-11 22:34:30 +02:00
parent 87ab31a159
commit acc0115e20
3 changed files with 25 additions and 1 deletions

View File

@ -36,6 +36,7 @@ if EXIST settings.cmd (
echo ++++++++++++++++++
echo windows_updates=%windows_updates%
echo install_firefox=%install_firefox%
echo install_aerolite=%install_aerolite%
echo ++++++++++++++++++
echo.
@ -86,6 +87,11 @@ echo.
call modify-powersettings.cmd
echo.
if %install_aerolite% == 1 (
call modify-desktoptheme.cmd
echo.
)
call modify-taskbar.cmd
echo.

View File

@ -0,0 +1,18 @@
@echo off
set THEMES=C:\Windows\Resources\Themes
echo ####### %0 #######
copy /Y config\aerolite.theme %THEMES%
echo activating AEROLITE theme ...
@echo on
powershell -command "Start-Process %THEMES%\aerolite.theme"
@echo off
echo sleep 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1
taskkill /F /IM SystemSettings.exe 2>nul
echo ####### %0 #######

View File

@ -2,7 +2,7 @@ set LANG=de-DE
set windows_updates=1
set logon_logo=1
set install_firefox=1
set install_aerolite=1
set bgcol_R=3
set bgcol_G=131
set bgcol_B=135