1
I was surprised to learn that Steam does not automatically set my status to Away while Windows 7 is locked. How do i fix that? Whether YouTube is open should not matter.
1
I was surprised to learn that Steam does not automatically set my status to Away while Windows 7 is locked. How do i fix that? Whether YouTube is open should not matter.
0
%windir%\system32\taskschd.msc /s
Action, "Create Task..."
(not basic task)Triggers, New...
and make it begin when locking the computer (current user only)Actions, New...
, start program "C:\Program Files (x86)\Steam\steam.exe"
with argument steam://friends/status/away
Your Steam status will now be set to Away when you lock the PC. As the icon in the notification area doesn't display that, add another task to set it back to normal when you unlock the PC:
Create another task named "Steam status Online" using argument steam://friends/status/online
More generally, here's a script that sets you away when idle for 5 minutes.
– Cees Timmerman – 2016-02-07T12:12:06.947