Page 1 of 1

rdp hand over to normal screen

Posted: 17 Feb 2014 10:06
by toplad86
hey,


used to use this to log out from an rdp session on my htpc and hand the screen back over to the tv with media portal on screen however since installing windows 8.1 im unable to any ideas?

@ECHO OFF
tscon 0 /dest:console
tscon 1 /dest:console
tscon 2 /dest:console

Sleep 5

start C:\Users\Public\Desktop\mediaportal

Re: rdp hand over to normal screen

Posted: 17 Feb 2014 17:43
by foxidrive
I'm not experienced with your devices, but which part is failing?

When you start the mediaportal - is that opening a folder in mediaportal or is it starting an executable called mediaportal?

Re: rdp hand over to normal screen

Posted: 12 May 2014 08:03
by mohdfraz
toplad86 wrote:hey,


used to use this to log out from an rdp session on my htpc and hand the screen back over to the tv with media portal on screen however since installing windows 8.1 im unable to any ideas?

@ECHO OFF
tscon 0 /dest:console
tscon 1 /dest:console
tscon 2 /dest:console

Sleep 5

start C:\Users\Public\Desktop\mediaportal





open dos and type "query session"
Check for ID number on the Active row.

Then enter the ID number in "ID#" and run this code "tscon ID# /dest:console"