Hello,
I want to use compliance settings to make sure a registry key has a specific value. I successfully created the configuration item and configuration baseline, tested the deployment on a test collection and verified the setting is enforced.
My issue is with the way the registry value gets created if it doesn't exist. I configured a data type of 'Integer' and the value gets created as a REG_QWORD on 64-bits machines. What I want is a REG_DWORD otherwise the software using this value doesn't
work as expected. I don't know if the issue is the same on 32-bits machines (I don't have one to test at the moment).
I played with the various data types available for registry values but I can't seem to find how to achieve my goal.
Thank you for your help.