bugfixing

This commit is contained in:
Michael H.G. Schmidt 2023-01-20 22:33:32 +01:00
parent d8231cc881
commit 41a12df810

View File

@ -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