bugfixing
This commit is contained in:
parent
d8231cc881
commit
41a12df810
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user