diff --git a/windows/start_obs_as_shadowplay.bat b/windows/start_obs_as_shadowplay.bat index 367a55e..b0ec694 100644 --- a/windows/start_obs_as_shadowplay.bat +++ b/windows/start_obs_as_shadowplay.bat @@ -13,7 +13,8 @@ CD "%ProgramFiles%\obs-studio\bin\64bit" :: Run OBS START "OBS Shadowplay batch wrapper" ^ - obs64.exe --portable --minimize-to-tray --disable-missing-files-check ^ - --profile "ReplayBuffer" --scene "ReplayBuffer" --startreplaybuffer + obs64.exe --profile "ReplayBuffer" --scene "ReplayBuffer" ^ + --portable --minimize-to-tray --disable-missing-files-check ^ + --disable-shutdown-check --startreplaybuffer EXIT /B