Skip to content

Commit 011d3ae

Browse files
authored
Update FH4Fix.bat
1 parent d3b33fa commit 011d3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FH4Fix.bat

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

1919
rem Waiting Forza Horizon 4 to stop and starting explorer.
@@ -24,4 +24,4 @@ timeout /T 5 /NOBREAK
2424
goto loop
2525
:ELSE
2626
start explorer.exe
27-
exit
27+
exit

0 commit comments

Comments
 (0)