Skip to content

Instantly share code, notes, and snippets.

@aIIison
aIIison / launcher.bat
Created September 27, 2025 11:47
Steam game launcher with automatic account switcher.
@echo off
:: USAGE: in command-line: "launcher.bat <username> <appid>"
:: check if we are in the right account already.
reg query "HKCU\Software\Valve\Steam" /v AutoLoginUser | findstr %1
if %errorlevel% == 1 (
:: if not, kill steam, and modify registry.
taskkill.exe /F /IM steam.exe