12 lines
206 B
Batchfile
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 #######
|
|
|