aerolite theme should be activated for any user...

This commit is contained in:
Michael H.G. Schmidt 2023-01-12 18:23:03 +01:00
parent 341d96afad
commit bd5b5e1dbb
2 changed files with 7 additions and 5 deletions

View File

@ -121,11 +121,6 @@ echo.
call modify-powersettings.cmd call modify-powersettings.cmd
echo. echo.
if %install_aerolite% == 1 (
call modify-desktoptheme.cmd
echo.
)
call modify-taskbar.cmd call modify-taskbar.cmd
echo. echo.

View File

@ -25,6 +25,7 @@ set support_user=
set support_password= set support_password=
set emclient_license=0 set emclient_license=0
set seafile_domain=0 set seafile_domain=0
set install_aerolite=0
echo ####### %0 ####### echo ####### %0 #######
@ -239,6 +240,12 @@ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" ^
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" ^ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" ^
/v "ShowFrequent" /t REG_DWORD /d 0 /f 1>nul /v "ShowFrequent" /t REG_DWORD /d 0 /f 1>nul
rem setting Aerolite theme...
if %install_aerolite% == 1 (
call %TOOLS%\scripts\modify-desktoptheme.cmd
echo.
)
rem =============== rem ===============
rem ONLY FOR ADMINS rem ONLY FOR ADMINS
rem =============== rem ===============