Guest User

Start_FH4

a guest
May 25th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @echo off
  2. start "FH4" "explorer.exe" "shell:AppsFolder\Microsoft.SunriseBaseGame_8wekyb3d8bbwe!SunriseReleaseFinal"
  3.  
  4. timeout /t 60 /nobreak > nul
  5. Taskkill /f /im explorer.exe
  6.  
  7. :repeat
  8. timeout /t 5 /nobreak > nul
  9. tasklist /fi "IMAGENAME eq ForzaHorizon4.exe" | find "ForzaHorizon4.exe" > nul && goto :repeat
  10. start "" "%WINDIR%\explorer.exe"
Add Comment
Please, Sign In to add comment