安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
hope this helps other people though. :)
When doing this on windows 8.1, I had to run one cmd as administrator and another without admin permissions run commands like below.
Non-admin shell:
echo %sessionname%
Admin shell:
C:\Windows\system32\TSCON.exe <output from non-admin command (leave out the arrows)> -DEST:Console
And it works fine. Must be a way to script this though.
I get "Invalid user/password"
so I tried this:
> tscon.exe <sessionId | sessionName> -DEST:console /PASSWORD:mypass /v
but I do get a parameter error if the PW contains more than 3 numbers at the end ...
this is weird ..
will work: tscon.exe 3 -DEST:console /PASSWORD:abcdef123
won' work: tscon.exe 3 -DEST:console /PASSWORD:abcdef1234
passwords with special characters won't work either ..
anyone got around this?
Not sure though, just guessing.
here[gist.github.com].
It will automatically elevate itself to admin with a UAC prompt. Then it will pass %sessionname% into the elevated script. Enjoy!
I have developed a one-click-solution for the streaming logon problem. It bases on a Windows service and TCP request.
- No RDP or other remoting program needed
- No "always auto logon"
- No admin rights needed for gaming account
Features:
- Logon on remote computer by sending a TCP request (no session like RDP).
- I have only developed a Powershell script for sending the request, but it would also work on a Linux and Steam Link.
- Integrated Wake-On-Lan functionality.
- Could be setup as fully automated solution with just powering up your Steam Link.
Unfortunately, it is a bit more complex to setup but once it is done, the usage is easy.
I have made all (service, scripts) open source, so if you are interested check it out on GitHub:
https://github.com/dwettstein/Steam_AutoLogon_Service
I'm open for any improvement suggestions or pull requests on GitHub.
Cheers
Sorry for spamming.
EDIT: even if it was just turn off the host screen while streaming so my kids didn't know it was on, but most programs that do this still use a video driver for the remote session that messes with the streaming quality
It seems this is an issue with how wake on lan requests work in general?
Are there simpler solutions, like chaning any windows setting to get it to work without having to use any remoe access software?
(I tried windows remote desktop, but that actually leaves the screen locked when disconnecting)
Background is: Sure, i could use remote software, besided the steam link i also have a multimedia PC sitting in the living room, but switching this one on is the exact opposite to why you would ever use a steam link and also i don't think my wife would want to go through the trouble so all progress i made on getting her into couchpotato gaming would be lost.
I guess that is because streaming a movie is actually just accessing the hard disk without starting any movie player software on the host PC, while Steam in Home streaming is running the game on host and then mirroring the output to the steam link / Client PC.