Jump to content
LaunchBox Community Forums

Cal

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Cal

  1. Annoyingly, you cannot start Windows Universal Apps without explorer.exe running. I did find a work around, using a .bat script I start explorer.exe, start my game, kill explorer.exe All you have to do now is run the .bat script with the game .lnk file as an argument. Also need to increase the start up time in launchbox/bigbox. I could have handled the timeouts better by looping and waiting for the process to have started. echo off set app_lnk=%1 start explorer.exe timeout 5 %app_lnk% timeout 5 taskkill /f /IM explorer.exe
×
×
  • Create New...