[ClassVersion("1.0.0"), FriendlyName("Registry")] class MSFT_RegistryResource : OMI_BaseResource { [Key] string Key; [Key] string ValueName; [Write] string ValueData[]; [Write,ValueMap{"String", "Binary", "Dword", "Qword", "MultiString", "ExpandString"},Values{"String", "Binary", "Dword", "Qword", "MultiString", "ExpandString"}] string ValueType; [Write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure; [Write] boolean Hex; [Write] boolean Force; };