w10install/scripts/modify-desktoptheme.cmd

20 lines
375 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-03-22 00:39:55 +01:00
echo sleep 10 seconds ...
ping 127.0.0.1 -n 10 > NUL 2>&1
2021-03-02 14:21:58 +01:00
taskkill /F /IM SystemSettings.exe 2>nul
2021-02-28 22:53:42 +01:00
2021-02-07 20:29:19 +01:00
echo ####### %0 #######