timeouts adjusted
This commit is contained in:
parent
9ec64eb6f2
commit
2573273bb0
@ -10,8 +10,8 @@ taskkill /f /im StartMenuExperienceHost.exe 2>nul
|
|||||||
taskkill /f /im shellexperiencehost.exe 2>nul
|
taskkill /f /im shellexperiencehost.exe 2>nul
|
||||||
taskkill /f /im explorer.exe 2>nul
|
taskkill /f /im explorer.exe 2>nul
|
||||||
|
|
||||||
echo sleep 3 seconds ...
|
echo sleeping 5 seconds ...
|
||||||
ping 127.0.0.1 -n 3 >nul 2>nul
|
ping 127.0.0.1 -n 5 >nul 2>nul
|
||||||
|
|
||||||
echo cleanup TempState directories and reset cache ...
|
echo cleanup TempState directories and reset cache ...
|
||||||
del %LOCALAPPDATA%\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\TempState\* /q
|
del %LOCALAPPDATA%\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\TempState\* /q
|
||||||
@ -36,8 +36,8 @@ move /Y %STARTMENU%\"Accessories\System Tools\Character*.*" ^
|
|||||||
%STARTMENU%\"Accessories" 2>nul
|
%STARTMENU%\"Accessories" 2>nul
|
||||||
rd /S /Q %STARTMENU%\"Accessories\System Tools" 2>nul
|
rd /S /Q %STARTMENU%\"Accessories\System Tools" 2>nul
|
||||||
|
|
||||||
echo sleep 3 seconds and start explorer ...
|
echo sleep 5 seconds and start explorer ...
|
||||||
ping 127.0.0.1 -n 3 >nul 2>nul
|
ping 127.0.0.1 -n 5 >nul 2>nul
|
||||||
start explorer.exe
|
start explorer.exe
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
@ -30,7 +30,7 @@ cd %SOFTWARE%
|
|||||||
@echo on
|
@echo on
|
||||||
firefox-setup.exe /S /MaintenanceService=false /TaskbarShortcut=false /RegisterDefaultAgent=false
|
firefox-setup.exe /S /MaintenanceService=false /TaskbarShortcut=false /RegisterDefaultAgent=false
|
||||||
@echo off
|
@echo off
|
||||||
echo sleep 5 seconds ...
|
echo sleeping 5 seconds ...
|
||||||
ping 127.0.0.1 -n 5 > NUL 2>&1
|
ping 127.0.0.1 -n 5 > NUL 2>&1
|
||||||
cd %SCRIPTS%
|
cd %SCRIPTS%
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@ if %ERRORLEVEL% == 0 (
|
|||||||
echo Activating AEROLITE theme ...
|
echo Activating AEROLITE theme ...
|
||||||
powershell -command "Start-Process %THEMES%\aerolite.theme"
|
powershell -command "Start-Process %THEMES%\aerolite.theme"
|
||||||
|
|
||||||
echo sleep 3 seconds ...
|
echo sleeping 5 seconds ...
|
||||||
ping 127.0.0.1 -n 3 > NUL 2>&1
|
ping 127.0.0.1 -n 5 > NUL 2>&1
|
||||||
|
|
||||||
taskkill /F /IM SystemSettings.exe 2>nul
|
taskkill /F /IM SystemSettings.exe 2>nul
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ set INSTALLER=Application\%EDGESETUP%\Installer
|
|||||||
echo UNINSTALLING edge browser ...
|
echo UNINSTALLING edge browser ...
|
||||||
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall 2>nul
|
%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
|
ping 127.0.0.1 -n 5 >nul 2>&1
|
||||||
|
|
||||||
echo CLEANUP ...
|
echo CLEANUP ...
|
||||||
|
@ -16,7 +16,7 @@ taskkill /f /im OneDrive.exe > NUL 2>&1
|
|||||||
echo UNINSTALLING OneDrive ...
|
echo UNINSTALLING OneDrive ...
|
||||||
%OneDrive% /uninstall
|
%OneDrive% /uninstall
|
||||||
|
|
||||||
echo sleep 5 seconds ...
|
echo sleeping 5 seconds ...
|
||||||
ping 127.0.0.1 -n 5 > NUL 2>&1
|
ping 127.0.0.1 -n 5 > NUL 2>&1
|
||||||
|
|
||||||
echo CLEANUP OneDrive ...
|
echo CLEANUP OneDrive ...
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
echo Restarting explorer ...
|
echo Killing explorer ...
|
||||||
taskkill /f /im explorer.exe 2>nul
|
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
|
ping 127.0.0.1 -n 2 >nul 2>&1
|
||||||
|
echo starting ...
|
||||||
start explorer.exe
|
start explorer.exe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user