Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, November 7, 2019 1:30 PM
Hi guys,
is there some way how to via RDP unlock PC? I'm mean remotely control PC like "Remote Control Viewer" or VNC do.
We have PCs which are connected to TV to display dashboards. But it means that this PCs (Dashboards) have to be managed locally to disapply dashboard.
If you connect via RDP it lock the screen and do not show to current session on the TV.
Hope you understand me xD
All replies (7)
Friday, November 8, 2019 3:37 AM
Quit Remote Desktop client first, then run the following command as Admin:
mstsc /console
S.Sengupta,Microsoft MVP Windows and Devices for IT, Windows Insider MVP
Friday, November 8, 2019 3:56 AM
HI
1 can you enter winver in command prompt on both client computer and remote pcs then look the os version and os version number ?[for example windows 10 enterprise 1809 (os build 17763.316)]
2 do you mean you want to admin account to remote access the user's desktop of remote pc after that user keep locking his screen ?
3 are client computer and remote pcs in the same workgroup or in the same AD domain ?
Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Tuesday, November 12, 2019 11:00 PM
HI
Is there any progress on your question?
Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Wednesday, November 13, 2019 10:30 AM
Hi, sorry for not replying, I was a little bit a busy of deploying some apps...
Anyway, I haven't made any progress yet...
1. Both PCs have same Windows 10 Pro 1903 (OS Build 18362.449)
2. No, all what I want to reach, is a user could manage a dashboard on the TV via RDP. By default behavior of RDP it is not working. User connect to the TV(Name of the PC(TV1)), user set up a dashboard, but when he close/end his session(he close the RDP Window), the dashboard is not visible on the TV. TV has locked screen. And I need to make this dashboard visible, not visible in user's RDP session, but visible on TV(understand TV as a Monitor now). This is possible, if you are managing a PC(TV1) localy. Cuz TV(Monitor) is now as local monitor. But how you do it remotely? Do you understand, what I mean? ^^
3. Yes, Both PC are in same domain. (Connection is no problem)
Thursday, November 14, 2019 1:59 AM
HI
"If you connect via RDP it lock the screen and do not show to current session on the TV."
yes, this behavior is by design.
we can try to use mstsc shadow remote control remote pc , I hope it will solve your issue.
Step 1: Configure GPO to Allow/Deny Silent Shadow/Control
On win 10 1903 local policy <Computer Configuration> \Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections\Set rules for remote control of Remote Desktop Services user sessions
If you set not configured. By default, you need shadow/control with the user's consent.
If you set” enable” and “full control without user’s permission”. This setting means ,when you RDP to computer( windows 10 1903), it will not need user's consent . **
**
Step 2: Get Session ID
Before we can view or control a session, we'll need to get the session ID of the user we want to shadow. To do this, run the command on remote pc:
query session /server:<server>
Step 3: Initiate Remote Connection
To shadow without control, run the following command in an elevated command prompt:
mstsc.exe /v:<server> /shadow:<ID>
To control, run the following command in an elevated command prompt: mstsc.exe /v:<server> /shadow:<ID> /control
To control and not need user's consent . ,run the following command in an elevated command prompt: mstsc.exe /v:<server> /shadow:<ID> /control /noconsentprompt **
other information we can refer below website.
How to: Use MSTSC as a Remote Viewer/Controller
https://community.spiceworks.com/how_to/136210-use-mstsc-as-a-remote-viewer-controller**
Please Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Monday, November 18, 2019 10:05 AM
HI
Is there any progress on your question?
Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Tuesday, November 26, 2019 10:58 AM
HI
If the solution is help you to solve the problem, please "mark as the answer" to help other community members find useful responses quickly. Thank you for your cooperation.
Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].