w10install/scripts/modify-desktoptheme.cmd

17 lines
312 B
Batchfile
Raw Normal View History

2021-02-07 20:29:19 +01:00
@echo off
2021-02-07 21:24:26 +01:00
set THEMES=C:\Windows\Resources\Themes
2021-02-07 20:29:19 +01:00
echo ####### %0 #######
2021-02-07 21:24:26 +01:00
copy /Y config\aerolite.theme %THEMES%
2021-02-07 20:29:19 +01:00
echo activating AEROLITE theme ...
@echo on
2021-02-07 21:24:26 +01:00
powershell -command "Start-Process %THEMES%\aerolite.theme"
2021-02-07 20:29:19 +01:00
@echo off
2021-02-28 22:53:42 +01:00
taskkill /F /IM SystemSettings.exe2>nul
2021-02-07 20:29:19 +01:00
echo ####### %0 #######