Remote Control Doesn't Work
Posted: Tue May 30, 2017 4:21 pm
Problem:
User remote control doesn't work. Shows the local rdp session to start loading and then says "Unspecified error" with an ok button and closes out. How can I get shadow session to work? Tried this both using the Session Manager and the elevated command prompt script but same error.
Note prior to installing TSPLUS I had RDPWrapper installed and it worked fine with remote control shadow sessions. I uninstalled RDPWrap before TSDPLUS installed. I attempted RDPWrapper after as well but still no luck. So I uninstalled RDPWrap again.
Specs:
TSPLUS Version 10.30.5.23 Mobile Web Version 10 User license
OS Windows 10 Pro x64
Workgroup (not domain)
Running as an a local administrator
Local GPO for both Computer and User configurations set under Remote Desktop Services Host to allow remote control without user permission. Ran gupdate /force successfully
Any ideas to solve?
User remote control doesn't work. Shows the local rdp session to start loading and then says "Unspecified error" with an ok button and closes out. How can I get shadow session to work? Tried this both using the Session Manager and the elevated command prompt script but same error.
Code: Select all
@echo off
set /p session="Enter the Session ID to shadow:"
mstsc.exe /shadow:%session% /control /noConsentPrompt
Specs:
TSPLUS Version 10.30.5.23 Mobile Web Version 10 User license
OS Windows 10 Pro x64
Workgroup (not domain)
Running as an a local administrator
Local GPO for both Computer and User configurations set under Remote Desktop Services Host to allow remote control without user permission. Ran gupdate /force successfully
Any ideas to solve?