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
rdp hand over to normal screen
Moderator: DosItHelp
Re: rdp hand over to normal screen
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?
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
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"