w10install/scripts/modify-desktoptheme.cmd
Michael H.G. Schmidt 1f0f1a081f .
2021-02-07 20:29:19 +01:00

12 lines
206 B
Batchfile

@echo off
echo ####### %0 #######
echo activating AEROLITE theme ...
@echo on
powershell -command "Start-Process C:\Windows\Resources\Themes\aerolite.theme"
@echo off
echo ####### %0 #######