Created
February 13, 2017 23:43
-
-
Save rodrigobaron/66ddd147ea11d36a3afd48a4fe434488 to your computer and use it in GitHub Desktop.
Unlock screen for steam home streaming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @powershell -NoProfile -ExecutionPolicy unrestricted -Command "$sessionid=((quser $env:USERNAME | select -Skip 1) -split '\s+')[2]; tscon $sessionid /dest:console" 2> UnlockErrors.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment