We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b33fa commit 011d3aeCopy full SHA for 011d3ae
FH4Fix.bat
@@ -13,7 +13,7 @@ echo This bat file was made by PAXANDDOS (@paxanddos).
13
echo If Forza Horizon 4 didn't start. Try restarting explorer.exe manually.
14
echo Waiting for Forza Horizon 4 to finally launch and then killing explorer.exe.
15
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
+timeout /T 55 /NOBREAK
17
taskkill /f /im explorer.exe
18
19
rem Waiting Forza Horizon 4 to stop and starting explorer.
@@ -24,4 +24,4 @@ timeout /T 5 /NOBREAK
24
goto loop
25
:ELSE
26
start explorer.exe
27
-exit
+exit
0 commit comments