Skip to content

Commit 751b77e

Browse files
authored
Update FH4Fix Services.bat
1 parent 011d3ae commit 751b77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FH4Fix Services.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo This bat file was made by PAXANDDOS (@paxanddos).
1818
echo If Forza Horizon 4 didn't start. Try restarting explorer.exe manually.
1919
echo Waiting for Forza Horizon 4 to finally launch and then killing explorer.exe.
2020
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.
21-
timeout /T 52 /NOBREAK
21+
timeout /T 55 /NOBREAK
2222
taskkill /f /im explorer.exe
2323

2424
rem Waiting Forza Horizon 4 to stop and starting explorer.
@@ -29,4 +29,4 @@ timeout /T 5 /NOBREAK
2929
goto loop
3030
:ELSE
3131
start explorer.exe
32-
exit
32+
exit

0 commit comments

Comments
 (0)