git404hub

what is waketoxbox fr?

alenvelocity/waketoxbox — explained in plain English

Analysis updated 2026-05-18

6C#Audience · generalComplexity · 3/5Setup · moderate

tl;dr

A Windows tray app that wakes a sleeping PC with a game controller and launches it straight into Xbox Full Screen mode.

vibe map

mindmap
  root((WakeToXbox))
    What it does
      Wake PC via controller
      Launch Xbox mode
      Tray automation
    Tech stack
      C Sharp
      WinForms
      dotnet Framework
    Use cases
      Living room gaming
      Console-like PC setup
    Audience
      PC gamers
      Windows users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Set up a living room PC that boots into Xbox mode when woken by a controller.

VIBE 2

Automate the transition from sleep to Xbox Full Screen Experience without a keyboard.

VIBE 3

Replace older AutoHotkey wake scripts with a lighter tray app.

VIBE 4

Build the app from source and customize the wake-event handling.

what's the stack?

C#WinForms.NET Framework

how it stacks up fr

alenvelocity/waketoxboxautofac/autofac.extras.nhibernateautomatic1111/peacefulprotests
Stars666
LanguageC#C#C#
Last pushed2026-05-202020-09-02
MaintenanceMaintainedDormant
Setup difficultymoderatemoderateeasy
Complexity3/52/52/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires BIOS and Windows power setting changes for USB wake support before the app will work.

The README does not state a license.

in plain english

WakeToXbox is a small Windows tray app that lets you wake a sleeping PC with a game controller and have it launch straight into the Xbox Full Screen Experience, Windows' console-style interface built for living room use with a controller. It is built for people who want a couch gaming setup that behaves more like a games console than a desktop computer. Before installing the app, three one-time changes are needed on the PC. First, the Xbox Full Screen Experience mode must be turned on in Windows Settings. Second, Windows sign-in needs to be skipped entirely, using the netplwiz tool and a sign-in settings change, so the PC boots straight to the desktop without a password prompt. Third, the BIOS and Windows power settings must be adjusted so a USB controller is allowed to wake the machine from sleep, which the README documents in detail since it varies by motherboard. Once those changes are made, the WakeToXbox app runs quietly in the system tray using no resources until Windows reports that the PC woke up. During setup, the user puts the PC to sleep, wakes it with the controller, and picks that wake event from a list in the app's settings window. From then on, whenever the controller wakes the PC, the app detects the wake source, shows a black overlay to hide the desktop, and sends the Windows shortcut that opens Xbox mode automatically. The app is written in plain C# using WinForms and the .NET Framework, and it can be built from source with a PowerShell script. The repository also keeps the project's earlier AutoHotkey and PowerShell script based approach available for anyone who prefers it, though the README notes that some anti-cheat systems do not get along with AutoHotkey, which the newer app avoids. A key warning in the README is that skipping the Windows sign-in screen means anyone who wakes the PC gets immediate access to it, which the author frames as a tradeoff for convenience in a shared living room setup.

prompts (copy fr)

prompt 1
Walk me through configuring BIOS USB wake settings for a controller like this project describes.
prompt 2
Explain how WM_POWERBROADCAST works in a C# WinForms app like WakeToXbox.
prompt 3
Help me build a tray app in C# that reacts to Windows wake events.
prompt 4
Show me how to send a Win+F11 keypress programmatically from C#.

Frequently asked questions

what is waketoxbox fr?

A Windows tray app that wakes a sleeping PC with a game controller and launches it straight into Xbox Full Screen mode.

What language is waketoxbox written in?

Mainly C#. The stack also includes C#, WinForms, .NET Framework.

What license does waketoxbox use?

The README does not state a license.

How hard is waketoxbox to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is waketoxbox for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.