How to enable/disable "Query Information" permission in Remote Desktop OS: Windows 10

1

In one of the module in my application, I need to call WTS32api : WTSEnumerateSessions which returns Error Code 5.

Here is the question on SO regarding that :

As per suggestion provided there, I want to check, whether particular group/user do have 'Query Information' permission enabled or not.

I could check that on Windows Server 2008 with the help of this documentation.

On the RD Session Host server, open Remote Desktop Session Host Configuration. To open Remote Desktop Session Host Configuration, click Start, point to Administrative Tools, point to Remote Desktop Services, and then click Remote Desktop Session Host Configuration.

Under Connections, right-click the name of the connection, and then click Properties.

In the Properties dialog box for the connection, on the Security tab, configure the permissions as appropriate for your environment, and then click OK.

In my case, 'Security' Tab, clicked on 'Advanced' and then Edit the permission of particular.

But on machine where I am facing the problem, there is Windows 10 installed.

How can I check this on Windows 10?

Amit

Posted 2018-12-26T10:01:00.213

Reputation: 113

Answers

1

The security settings you are looking for are exposed by the Remote Desktop Session Host role of Windows Server. You cannot install this role on the workstation versions of Windows, nor do they support simultaneous incoming RDP connections, so that dialog box is not accessible in Windows 10 as it would have no purpose.

I'm not aware of any workaround for this.

For what it's worth, members of the Administrators group can enumerate active RDP sessions on a Windows machine, including Windows 10.

I say Reinstate Monica

Posted 2018-12-26T10:01:00.213

Reputation: 21 477

let me check with your inputs. I will get back here. – Amit – 2018-12-27T06:07:23.553

Not sure why, but 'Administrators group' doesn't solve the problem. I have raised another similar question

– Amit – 2019-01-02T09:06:01.243