@dinhngtu said:
@yomeyo For now, there's no easy way to set for everyone without GPP. You can modify the setting for existing users via HKEY_USERS and future users by editing the C:\Users\Default\NTUSER.DAT hive.
@dinhngtu Until a group policy is implemented for this option, setup a cascading registry entry. Current User (HKEY_CURRENT_USER) or specified user’s registry group (HKEY_USERS), is used or enforced only if local machine (HKEY_LOCAL_MACHINE) doesn’t have the appropriate value set.
That way the tray icon you want hidden for all users will be hidden, if the local machine has that value set. Since altering a non-logged in user’s registry entries and local machine registry entries require admin privileges only admin (or those with that level) will be able to do it, can be a stop gap until group policy option availability.
Can this please be added to an update to the relevant software?
@yomeyo I’ve requested an addition to the Windows PV tools which would make a good stop gap, until they can add group policy support.