Running application in an interactive session from a non-interactive one without admin privileges

Today a short trick. Imagine that you would like to start an application in some specific user session via a PHP script (or any other script running in a non-interactive session). I was googling for that and found many solutions, none of which worked worked without admin privileges. They included PsExec, PowerShell, some other remoting … Continue reading Running application in an interactive session from a non-interactive one without admin privileges