Skip to content

Instantly share code, notes, and snippets.

@astrolemonade
Forked from rosswd/guide.md
Created January 21, 2023 17:20
Show Gist options
  • Save astrolemonade/ce8519eb48b6bc9220d6ddb7cf5909fc to your computer and use it in GitHub Desktop.
Save astrolemonade/ce8519eb48b6bc9220d6ddb7cf5909fc to your computer and use it in GitHub Desktop.
How to stop Steam Big Picture opening when the guide button is pressed

How to stop Steam Big Picture opening when you press the guide button on your XBox Controller

Scenario: You have an XBOX One Controller, or similar, and to turn off the controller you press and hold the guide button. Unfortunately, even though you have turned off guide button focuses steam in Steam's Controller Settings, the button press still opens Big Picture Mode.

Guide

  • With your controller on, open Controller Settings: Steam > Settings > Controller > General Controller Settings
  • Using the controller, highlight Xbox One Controller or similar, navigate to Define Layout and press A on the controller

steam_2020-12-13_16-27-41

The next step involves remapping the Guide Button to another button and then reassigning that button back to the original. This will leave the guide button unassigned so that the controller can be turned off without Steam getting involved.

  • Navigate to Guide and press A
  • Navigate to Primary Action, which is your A button and set it back to A. Guide should now be unassigned.

steam_2020-12-13_16-28-33

  • Press Y to save and then B to close the controller settings
  • Test the Guide button now turns off without opening Big Picture.
@CriticalPoint
Copy link

I ended-up here looking for a solution and didn't find an easy one, so I have made a Powershell script to remove all references to the Guide button assignment.

It backs-up your current Steam config before opening it and deleting all 'guide:xx' refences, and then saves it (overwrites current config), thus solving the guide button problem once and for all.

Full details on what it is and how it works are on Github, where the code can be see before using it.

Dropping this here in case it's helpful - https://github.com/CriticalPoint/Automatically-Disable-Steam-Big-Picture-Mode-Guide-Button

Hope it helps! 🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment