Steam, automatically start Steam under Windows with old contact list/chat: Difference between revisions

From Funiaita
No edit summary
Line 1: Line 1:


'''This is not working any longer! When I am sure this is permanent, this page will be deleted.'''


----



=== Get the correct command ===
=== Get the correct command ===
* Run (Windows-Key + R) "regedit"
* Run (Windows-Key + R) "regedit"

Revision as of 11:37, 25 November 2018


This is not working any longer! When I am sure this is permanent, this page will be deleted.




Get the correct command

  • Run (Windows-Key + R) "regedit"
  • Go to HKEY_CURRENT_USER\Software\Microsof\Windows\CurrentVersion\Run
  • Doubleclick Steam: "C:\Program Files (x86)\Steam\steam.exe" -silent -nochatui -nofriendsui
  • copy the content of the edit box somewhere, for example a new temporary notepad
 "D:\Program Files (x86)\Steam\steam.exe" -silent
  • add "-nochatui -nofriendsui" to the saved string
 "X:\Games\Steam\steam.exe" -silent -nochatui -nofriendsui

Disable automatic Steam start via normal way

  • Steam/Settings
  • Interface/"Run Steam when my computer starts" -> disable

(This will remove the "Steam" entry from the registry, which we looked up previously

Autostart Steam with your added parameters

  • press Windows Key + R
  • type “shell:startup” and Enter
shell:startup
  • rightclick, "New shortcut"
  • location: <your saved string>
"U:\My-Games\Steam\steam.exe" -silent -nochatui -nofriendsui
  • For the name just use the default and close the dialog with "ok".
  • Test it
    • close steam
    • double click the new shortcut

sources