w10install/scripts/modify-desktoptheme.cmd
Michael H.G. Schmidt 51e3c97db0 -m
2021-03-22 00:39:55 +01:00

20 lines
375 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
echo sleep 10 seconds ...
ping 127.0.0.1 -n 10 > NUL 2>&1
taskkill /F /IM SystemSettings.exe 2>nul
echo ####### %0 #######