Hello,
We have the same issue while working with FSlogix Profile Containers, and we found that the following method works for us, but this is a big workaround because you need to do this for all the users' profiles.
Sadly we didn't find a better solution..
This also works for your situation most user configuration GPOs are treated similarly.
Do the following and it will work:
- Make sure the fslogix user profile is not connected and vhdx is unmounted.
- Mount the vhdx to get access to the registry editor of the user profile.
- Navigate to HKEY_USERS\FSL.VHD……… (THIS is the current user registry which contain the policies that applied to the user we mounted)
- Navigate to the desired registry key and delete it.
- If you cannot locate the desired registry key, you can delete the Policies folder under HKEY_USERS\FSL.VHD\SOFTWARE\Policies.
- Close the registry editor and unmount the vhdx via the system tray in order to make sure the user will be able to connect .
- Connect with the user and test, When the user logs back in, the Policies folder will recreate itself with newly pulled GPO settings.