Advertisement
Guest User

accountname.bat

a guest
Apr 7th, 2020
843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. @echo off
  2.  
  3. taskkill /F /IM GameOverlayUI.exe
  4. taskkill /F /IM Steam.exe
  5. timeout /t 1
  6.  
  7. set username=coldiceyplanet
  8. reg add "HKCU\Software\Valve\Steam" /v AutoLoginUser /t REG_SZ /d %username% /f
  9. reg add "HKCU\Software\Valve\Steam" /v RememberPassword /t REG_DWORD /d 1 /f
  10. start steam://open/main
  11.  
  12. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement