timeouts adjusted

This commit is contained in:
Michael H.G. Schmidt 2023-01-22 21:18:28 +01:00
parent 9ec64eb6f2
commit 2573273bb0
6 changed files with 12 additions and 11 deletions

View File

@ -10,8 +10,8 @@ taskkill /f /im StartMenuExperienceHost.exe 2>nul
taskkill /f /im shellexperiencehost.exe 2>nul
taskkill /f /im explorer.exe 2>nul
echo sleep 3 seconds ...
ping 127.0.0.1 -n 3 >nul 2>nul
echo sleeping 5 seconds ...
ping 127.0.0.1 -n 5 >nul 2>nul
echo cleanup TempState directories and reset cache ...
del %LOCALAPPDATA%\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\TempState\* /q
@ -36,8 +36,8 @@ move /Y %STARTMENU%\"Accessories\System Tools\Character*.*" ^
%STARTMENU%\"Accessories" 2>nul
rd /S /Q %STARTMENU%\"Accessories\System Tools" 2>nul
echo sleep 3 seconds and start explorer ...
ping 127.0.0.1 -n 3 >nul 2>nul
echo sleep 5 seconds and start explorer ...
ping 127.0.0.1 -n 5 >nul 2>nul
start explorer.exe
echo ####### %0 #######

View File

@ -30,7 +30,7 @@ cd %SOFTWARE%
@echo on
firefox-setup.exe /S /MaintenanceService=false /TaskbarShortcut=false /RegisterDefaultAgent=false
@echo off
echo sleep 5 seconds ...
echo sleeping 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1
cd %SCRIPTS%

View File

@ -15,8 +15,8 @@ if %ERRORLEVEL% == 0 (
echo Activating AEROLITE theme ...
powershell -command "Start-Process %THEMES%\aerolite.theme"
echo sleep 3 seconds ...
ping 127.0.0.1 -n 3 > NUL 2>&1
echo sleeping 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1
taskkill /F /IM SystemSettings.exe 2>nul

View File

@ -29,7 +29,7 @@ set INSTALLER=Application\%EDGESETUP%\Installer
echo UNINSTALLING edge browser ...
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall 2>nul
echo sleep 5 seconds ...
echo sleeping 5 seconds ...
ping 127.0.0.1 -n 5 >nul 2>&1
echo CLEANUP ...

View File

@ -16,7 +16,7 @@ taskkill /f /im OneDrive.exe > NUL 2>&1
echo UNINSTALLING OneDrive ...
%OneDrive% /uninstall
echo sleep 5 seconds ...
echo sleeping 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1
echo CLEANUP OneDrive ...

View File

@ -1,8 +1,9 @@
@echo off
echo Restarting explorer ...
echo Killing explorer ...
taskkill /f /im explorer.exe 2>nul
rem sleep 2 seconds ...
echo sleeping 2 seconds ...
ping 127.0.0.1 -n 2 >nul 2>&1
echo starting ...
start explorer.exe