Skip to content

Command to quit steam big picture #206

Closed Answered by Ebredvick
gt2416 asked this question in Sunshine
Discussion options

You must be logged in to vote

I spent awhile looking for a solution to this same problem. I'm running windows 10 for reference.
I use nircmd, a tool you can download and add to your environment variables.
I then made two bat files. steam_open.bat and steam_close.bat and added them to my apps.json file for sunshine.

This solution basically tells sunshine to run the bat files and not Steam itself, so it has nothing to shutdown or quit out of, rather you start and shutdown steam Big Picture yourself with the detached command and undo command.

steam_open.bat

@echo off
start steam://open/bigpicture

steam_close.bat

@echo off
nircmd win close title "Steam Big Picture Mode"

apps.json

{
    "detached": [
        "path/to/you…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ReenigneArcher
Comment options

You must be logged in to vote
1 reply
@Ebredvick
Comment options

Comment options

You must be logged in to vote
1 reply
@Ebredvick
Comment options

Comment options

You must be logged in to vote
1 reply
@droric
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6 participants