w10install/scripts/modify-desktoptheme.cmd

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