Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Add this batch file to %AppData%\Microsoft\Windows\Start Menu\Programs\Startup
I am allowing the Steam.exe to "Run as Administrator" for ALL users. This check box text should be checked off and grayed out. So onward to the batch script, this batch file runs Steam on Startup, the updates popup will appear if it needs to update, but you need to use auto login for this to work w/o that login page to appear also.
If done correctly, Steam will run on startup then hide itself in the system tray equating to "small mode".
The batch file script that I used is as follows:
Set ApplicationPath="H:\Steam\steam.exe" -silent
cmd /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %ApplicationPath%"
Obviously you will want to change the file path (H:\...) to your own Steam file location.
Also, I did NOT have the option to "Run Steam when PC starts" checked to on in the Steam Client settings as it appears that the function is broken - for now - this .bat file alleviates this mess.
Hope this points people in the proper direction.
Have a pleasant day/evening!
thanks for the work.
steam need to fix this ASAP.
it works thanks :)