w10install/scripts/modify-desktoptheme.cmd
Michael H.G. Schmidt 203ae9f580 bugfixing
2021-03-02 14:21:58 +01:00

17 lines
313 B
Batchfile

@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
taskkill /F /IM SystemSettings.exe 2>nul
echo ####### %0 #######