in cmd, 'Query Session' command is returning,
Error 5 getting sessionnames
Error [5]:Access is denied
on Windows 10 Remote desktop - Administrator user.
we have set, AllowRemoteRPC 's value to 1
under this HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
But still problem persists.
Questions:
- what does
AllowRemoteRPCactually do and how it's value is being used. - what to do to make Query Session command work.
Answer
I think the problem is in the UAC remote restrictions.
Do this on the target computer:
- Run
regedit Navigate to the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\SystemIf an entry named
LocalAccountTokenFilterPolicyregistry entry does not exist, create it as DWORDDouble-click
LocalAccountTokenFilterPolicyand set its value to1.
Reference:
Microsoft's Description of User Account Control and remote restrictions in Windows Vista.
No comments:
Post a Comment