Open the issue per the ask from #5791 (comment):
We use a static concurrent dictionary s_cachedPoliciesFromRegistry as a cache for group policy settings retrieved from the registry (in Utils.cs).
We should register for GP change notification using RegisterGPNotification, so that we can clear the cache when GP changes.
Open the issue per the ask from #5791 (comment):
We use a static concurrent dictionary
s_cachedPoliciesFromRegistryas a cache for group policy settings retrieved from the registry (inUtils.cs).We should register for GP change notification using
RegisterGPNotification, so that we can clear the cache when GP changes.