diff --git a/FH4Fix Services.bat b/FH4Fix Services.bat index 175a074..38baf2f 100644 --- a/FH4Fix Services.bat +++ b/FH4Fix Services.bat @@ -18,7 +18,7 @@ echo This bat file was made by PAXANDDOS (@paxanddos). echo If Forza Horizon 4 didn't start. Try restarting explorer.exe manually. echo Waiting for Forza Horizon 4 to finally launch and then killing explorer.exe. echo If after timeout you see some data, then this file is working properly and will be closed as soon as Forza Horizon 4 has stopped working. -timeout /T 52 /NOBREAK +timeout /T 55 /NOBREAK taskkill /f /im explorer.exe rem Waiting Forza Horizon 4 to stop and starting explorer. @@ -29,4 +29,4 @@ timeout /T 5 /NOBREAK goto loop :ELSE start explorer.exe -exit \ No newline at end of file +exit