Copy link to clipboard
Copied
Hello all,
We are managing many customers with a virtual desktop environment. Many of them uses some kind of shared virtual user host (could bij Citrix, VMware, RDS or AVD). This means one virtual desktop is beïng used by multiple users.
At some of those customers they are using Adobe Acrobat DC Reader and Pro, depending on the license which is assigned per user. Because it is not possible anymore to install Acrobat Reader and Pro on the same client, we use the pro version and are using the lockdownfeature policies to hide the login screen of the users which do not have a Pro license.
But we can only find these policies based per device, so in the HKEY_LOCAL_MACHINE. This will not work if on the virtual desktop we have a mix of users which uses reader and Pro.
Is it possible to setup these lockdownfeature policies per user so in the HKEY_CURRENT_USER\Software\Policy instead of HKEY_LOCAL_MACHINE?
Specifc policies we are using:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown
bIsSCReducedModeEnforcedEx
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown\cServices
bUpdater
Copy link to clipboard
Copied
Having a policy in HKCU will allow any not elevated process to prevent Services from being updated?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
...\cServices\bUpdater registry value is responsible for Services updates. It cannot be in HKCU.
It would also make sense that any not elevated process should not be able to change ReducedMode related registry.
Copy link to clipboard
Copied
Yes that make sence. bUpdater should be in local machine. We are using a different solution for updating the services so thats no problem.
To answer your question:
It would also make sense that any not elevated process should not be able to change ReducedMode related registry.
A standard non elevated user can not change the HKEY_CURRENT_USER\Software\Policy keys if setup the same way as Microsoft inteded. On the HKEY_CURRENT_USER\Software\Policy key a normal user will only have read permissions. This way you can set policies in the user profile, without the user being able to change or remove them. This is by design.
As soon as we have tested the mentioned option I will get back to you.
Met vriendelijke groet, Kind regards,?
Ronald Bevers
[P.I removed by the moderator]