Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
82
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.  
  3. START explorer.exe shell:appsFolder\Microsoft.SunriseBaseGame_8wekyb3d8bbwe!SunriseReleaseFinal
  4.  
  5. TIMEOUT /T 70 /NOBREAK taskkill /f /im explorer.exe
  6.  
  7. :LOOP TASKLIST | FIND /I "FORZAHORIZON4" >nul 2>&1 IF ERRORLEVEL 1 ( GOTO CONTINUE ) ELSE ( ECHO fh4 is still running TIMEOUT /T 5 GOTO LOOP )
  8.  
  9. :CONTINUE
  10.  
  11. START explorer.exe EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement