Skip to content

Instantly share code, notes, and snippets.

@Koswu
Last active January 7, 2023 15:04
Show Gist options
  • Save Koswu/029cf78f16ec4cbcc2aec6f7ca47acc7 to your computer and use it in GitHub Desktop.
Save Koswu/029cf78f16ec4cbcc2aec6f7ca47acc7 to your computer and use it in GitHub Desktop.
switch steam account
:: @echo off
taskkill /f /im steam.exe
taskkill /f /im SteamService.exe
:: replace [YOUR_USERNAME_HERE] with your real username
REG ADD HKEY_CURRENT_USER\SOFTWARE\Valve\Steam /v AutoLoginUser /t REG_SZ /d [YOUR_USERNAME_HERE] /f
:: replace steam path here
start "" "C:\Program Files (x86)\Steam\steam.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment