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?