remote desktop is it possible

Glad you got your answers Brad - I just started playing with the built in RD Client in build 7077, and I noticed this behavior now as well - but sine I am doing it on my laptop that is 2 feet away I was able to play - I saw the laptop go to the login screen, and when I manually logged into the laptop- the RD session abruptly closed. Lepoilu has it 100% correct.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    The Beast Model A (homebrew)
    OS
    Windows 11 21H2 Current build
    CPU
    AMD Ryzen 9 3950X
    Motherboard
    MSI MEG X570 GODLIKE
    Memory
    4 * 32 GB - Corsair Vengeance 3600 MHz
    Graphics Card(s)
    EVGA GeForce RTX 3080 Ti XC3 ULTRA GAMING (12G-P5-3955-KR)
    Sound Card
    Realtek® ALC1220 Codec
    Monitor(s) Displays
    2x Eve Spectrum ES07D03 4K Gaming Monitor (Matte) | Eve Spec
    Screen Resolution
    3x 3840 x 2160
    Hard Drives
    3x Samsung 980 Pro NVMe PCIe 4 M.2 2 TB SSD (MZ-V8P2T0B/AM) } 3x Sabrent Rocket NVMe 4.0 1 TB SSD
    PSU
    PC Power & Cooling’s Silencer Series 1050 Watt, 80 Plus Plat
    Case
    Fractal Design Define 7 XL Dark ATX Full Tower Case
    Cooling
    SteelSeries Apex Pro Wired Gaming Keyboard
    Keyboard
    SteelSeries Apex Pro
    Mouse
    Logitech MX Master 3S | MX Master 3 for business
    Internet Speed
    AT&T LightSpeed Gigabit Duplex Ftth
    Antivirus
    Windows Defender + MB 3
    Browser
    Nightly (default) + Firefox (stable),Chrome, Edge
  • Computer type
    PC/Desktop
    System Manufacturer/Model Number
    Dell Latitude E5470
    OS
    ChromeOS Flex Dev Channel (current)
    CPU
    Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, 2501 Mhz, 2 Core(s), 4 Logical Processor(s)
    Motherboard
    Dell
    Memory
    16 GB
    Graphics Card(s)
    Intel(R) HD Graphics 520
    Sound Card
    Intel(R) HD Graphics 520 + RealTek Audio
    Monitor(s) Displays
    Dell laptop display 15"
    Screen Resolution
    1920 * 1080
    Hard Drives
    Toshiba 128GB M.2 22300 drive
    INTEL Cherryville 520 Series SSDSC2CW180A 180 GB SATA III SSD
    PSU
    Dell
    Case
    Dell
    Cooling
    Dell
    Keyboard
    Dell
    Mouse
    Logitech MX Master 3S (shared w. Sys 1) | Dell TouchPad
    Internet Speed
    AT&T LightSpeed Gigabit Duplex Ftth
Glad you got your answers Brad - I just started playing with the built in RD Client in build 7077, and I noticed this behavior now as well - but sine I am doing it on my laptop that is 2 feet away I was able to play - I saw the laptop go to the login screen, and when I manually logged into the laptop- the RD session abruptly closed. Lepoilu has it 100% correct.

yes i was expecting it to leave the screen up which is why i wrongly assumed it was logging off completely

cheers brad
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
my own build
OS
xp/vista/win7/win8/10 tech preview
CPU
PHENOM II X4 Quad Core 965 Black Edition CPU, 3.40 GHz
Motherboard
GA-MA790FXT-UD5P
Memory
G.Skill 8GB (4x XMS3 2GB) PC-12800 (1600MHz
Graphics Card(s)
nvidia 9500 gt
Sound Card
on board
Monitor(s) Displays
T231H / X243H ACER
Screen Resolution
1980/1080
Hard Drives
Hitachi 500 samsung1terabyte wd 750
PSU
550 watt
Case
cooler master
Cooling
stock
Keyboard
microsoft
Mouse
logitech
Internet Speed
20000 dl 1020 ul exetel
Other Info
booting xp32 2x dual pci-e digital tv tuners
xp pro v 1xusb2 digital tv tuner
vista ultimate 64
win7 64 win8 64
Hey guys, thought I would bump this thread rather than start a new one.

I'm having a similar situation. I'm running Windows 7 on my HTPC. I have it set to not ask for the user password when I boot the machine, so it goes right into windows and opens media center. Since this is an HTPC, I don't keep a mouse or keyboard on it.

I use my laptop to remote in whenever I need a mouse or keyboard. Since I am using RDC, it requires the password to be put in, which is fine. Everything works well. However, when I close the RDC, I'm left with my HTPC sitting at the user login screen requiring the password.

Right now, I then have to go get a keyboard, plug it in and type in the password, which is obviously a pain and defeats the purpose of remoting in in the first place!

So, anyway to fix this? Essentially, when I close the RDC, I just want it to automatically log back in so I can use the HTPC with just the remote again.

Thanks!

**EDIT**

Well, I actually found a workable solution from a tom's hardware article on XP from 2005!

Here is what I did:

On the Host computer, open a text editor and create the a bat file with the following code:
@echo off
tscon 1 /DEST:console /PASSWORD:xxxxx
%windir%\ehome\ehshell.exe /directmedia:general
the tscon command will restore the previous session as if no one had ever remoted in.
the ehshell.exe command launches windows media center in full screen

I saved the file to my desktop. When I'm ready to log out of the Host machine, rather than just disconnect, I run the bat file as an administrator. It closes the connection, restores the previous session and launches media center in full screen!

the only minor issue is that the bat file window stays open in the background so long as media center is running, but I don't think that's going to be much of an issue!
 
Last edited:

My Computer

OS
Windows 7
@echo off
tscon 1 /DEST:console /PASSWORD:xxxxx
start %windir%\ehome\ehshell.exe /directmedia:general

change the batch file to include the bold red word in red to have the batch file disappear.
 

My Computer

OS
Windows 7 Professional
Back
Top