Skip to content

Instantly share code, notes, and snippets.

@Informatic
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Informatic/c61b0b5cb7ab24c62a36 to your computer and use it in GitHub Desktop.
Save Informatic/c61b0b5cb7ab24c62a36 to your computer and use it in GitHub Desktop.
Windows 7-based Steambox

My SteamBox recipe

  • Install Windows7
  • Install relevant drivers
  • Update
  • Update
  • Update
  • ...a couple more reboots
  • Set power button action to suspend and disable lock on resume
    • Panel Sterowania > Sprzęt i dźwięk > Opcje zasilania > Zmień działanie przycisków zasilania
    • Po naciśnięciu przycisku zasilania: Uśpij
    • Ochrona hasłem przy wznowieniu pracy: Nie wymagaj hasła
  • OPTIONAL Change bootloader timeout and description
    • (run as administrator) bcdedit.exe /timeout 3
    • bcdedit.exe /set description Steambox
  • OPTIONAL Disable hybrid suspend (speeds up suspend)
    • powercfg.exe /hibernate off
  • Install Scarlet.Crush DS3 drivers:
  • Install steam and setup secondary drive for library store
  • Turn off "Start steam on computer startup"
  • Turn on "Start steam in big picture mode"
  • Set steam as windows shell: HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\Shell == HKEY_CURRENT_USER\Software\Valve\Steam\SteamExe + " -steamos" (-steamos removes "Return to desktop" from power menu and, as i suppose, makes update progress screens bigpicture-friendly, instead of classic Windows dialog)

Common issues

  • Bluetooth dongle not being available after suspend/resume
    • Plug it into always-powered USB port.
  • GTA IV Seculauncher: ... [2000]
    • Rehash files in Steam
    • MSVC++ Redist 2005 (x86) / games for windows live
  • X360/PS3 controller borked in Steam Big Picture?
    • Nvidia Geforce Experience == cancer.
  • (Slightly related) Wiimotes failing to pair because Windows Update is too slow?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment