I am trying to trace back where a certain policy value was set. So I can change it. For example, when I run in the user session
GPResult /v /r
I get this output:
Administrative Templates
-------------------------
<snip>
GPO: MyCompany - RDS User Policy
Folder Id: Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives
Value: 1, 0, 0, 0
State: Enabled
<snip>
When I edit the policy "RDS User Policy" in Group Policy Management Editor, I expect to find this setting somewhere.
Most likely in the tree User Configuration -> Policies -> Admimistrative templates. Now it seems that there are a few hundred active settings, but no one remotely matches this Folder ID.
How do I match this folder ID to a policy setting which I can edit and change?