Hi,
I'm trying to set the registry key to disable hardware acceleration in Google Chrome https://www.technipages.com/google-chrome-enable-disable-hardware-acceleration-mode via registry entry.
I created a new User Environment Registry setting - set to apply after profile import
**********
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]
"Pre"=dword:b0dafda1
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
"HardwareAccelerationModeEnabled"=dword:00000001
[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]
"Post"=dword:7004260c
*********
Doesn't work. In fact, anything I try to create in this hive seems to fail.
From what I've read HLLM and HKCU are supported registry hives for UEM.
Any idea what's wrong here?
Regards