From 41a12df8103bc028c25c710fb00e3e484958bb85 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Fri, 20 Jan 2023 22:33:32 +0100 Subject: [PATCH] bugfixing --- scripts/modify-desktoptheme.cmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/modify-desktoptheme.cmd b/scripts/modify-desktoptheme.cmd index 6b743cf..ad29955 100644 --- a/scripts/modify-desktoptheme.cmd +++ b/scripts/modify-desktoptheme.cmd @@ -25,15 +25,16 @@ if %ERRORLEVEL% == 0 ( ) echo Activating AEROLITE theme ... -@echo on powershell -command "Start-Process %THEMES%\aerolite.theme" -@echo off echo sleep 5 seconds ... ping 127.0.0.1 -n 5 > NUL 2>&1 taskkill /F /IM SystemSettings.exe 2>nul +echo sleep 5 seconds ... +ping 127.0.0.1 -n 5 > NUL 2>&1 + echo Removing the desktop wallpaper ... reg add "HKCU\Control Panel\Desktop" /v WallPaper /t REG_SZ /d " " /f 1>nul RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters