w10install/scripts/modify-desktoptheme.cmd

12 lines
206 B
Batchfile
Raw Normal View History

2021-02-07 20:29:19 +01:00
@echo off
echo ####### %0 #######
echo activating AEROLITE theme ...
@echo on
powershell -command "Start-Process C:\Windows\Resources\Themes\aerolite.theme"
@echo off
echo ####### %0 #######