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 011d3ae commit 751b77eCopy full SHA for 751b77e
FH4Fix Services.bat
@@ -18,7 +18,7 @@ echo This bat file was made by PAXANDDOS (@paxanddos).
18
echo If Forza Horizon 4 didn't start. Try restarting explorer.exe manually.
19
echo Waiting for Forza Horizon 4 to finally launch and then killing explorer.exe.
20
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
+timeout /T 55 /NOBREAK
22
taskkill /f /im explorer.exe
23
24
rem Waiting Forza Horizon 4 to stop and starting explorer.
@@ -29,4 +29,4 @@ timeout /T 5 /NOBREAK
29
goto loop
30
:ELSE
31
start explorer.exe
32
-exit
+exit
0 commit comments