In my current C# code I\'m able to lock a Windows user session programmatically (same as Windows + L).
Since the app would still be running, is there any way to unlo
No, there is no way to do this, by design. What's your scenario and why do you need to lock/unlock the workstation?