w10install/scripts/modify-desktoptheme.cmd
Michael H.G. Schmidt 3a90cc7f0f .
2021-02-07 21:24:26 +01:00

15 lines
269 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 ####### %0 #######