How to Automatically Enable Shadowing in RDP on Windows 11 Pro?

0
9
Asked By TechyTurtle42 On

I'm trying to figure out how to enable automatic shadowing in Remote Desktop Protocol (RDP) on my Windows 11 Pro machine. I've set up the RDP server and licensing properly, and I can use the command `mstsc /v: /shadow:1 /noconsentprompt /control` successfully to shadow console sessions without any licensing issues. However, when I connect via an RDP mobile app or similar clients, these command line switches aren't supported, and it ends up kicking the console session out. What I'd really like to do is force the server to behave as if those switches were sent from the client, ensuring the console is shadowed automatically. Is there a way to configure this on the server side?

3 Answers

Answered By GadgetGuru55 On

Unfortunately, the command switches like `/shadow:1 /noconsentprompt /control` only work through `mstsc.exe` and you can't really control that from the server side. What's your end goal? You can only manage one session at a time anyway.

Answered By NerdyNinja99 On

You're missing how Windows and RDP work in this context. The limitations of RDP on a Pro version mean you might be running into issues with the EULA, especially considering shadowing isn't fully supported. It's likely better to use dedicated remote assistance software that supports these functions instead of trying to manipulate RDP settings.

Answered By CodeCrusader88 On

You could try VNC Server as an alternative. It allows you to use remote desktop features without needing those specific command line options. Just set it up with your domain credentials and you're good to go!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.