I run a game hosting service, and I want my customers to be able to access the console of the game servers. However, despite looking like a terminal window, the game's server console is graphical, and I cannot capture the standard output or input from it. I have thought of another solution: creating a Windows user account for each game server. Then, from the "Administrator" session, I want to launch the game server under that Windows user.
I want the console window to be viewable when the user connects via RDP. The entire purpose of this solution is so the customers can view the console input/output by connecting to their session with RDP. I've tried using multiple combinations of the runas
and start
commands, but when I try to test those combinations by attempting to launch Notepad, it doesn't work. Either nothing gets started, or it runs under the Administrator session.