diff --git a/scripts/modify-desktoptheme.cmd b/scripts/modify-desktoptheme.cmd new file mode 100644 index 0000000..9cca179 --- /dev/null +++ b/scripts/modify-desktoptheme.cmd @@ -0,0 +1,11 @@ +@echo off + +echo ####### %0 ####### + +echo activating AEROLITE theme ... +@echo on +powershell -command "Start-Process C:\Windows\Resources\Themes\aerolite.theme" +@echo off + +echo ####### %0 ####### +