Forum Discussion

Carlos_13563's avatar
Nov 06, 2013

Access Policy Registry Check for Browser tag

I need to secure documents outside the network by checking the client's registry browser tag. If that tag exist continue if not Deny. So I added Registry Check in the VPD with the following expression: "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform" I need to look inside that registry for a defined Value data inside REG_SZ. How can I do that?