Hi All,
I have to provide Everyone read/write access to a registry entry through
inf.
The “INF ADDReg Directive” help (in Windows DDK) says “you can specify a
security descriptor that will be applied to all registry values described
within a named add-registry-section”.
But this somehow doesn’t seem to work for me.
Pls find the inf section below:
/*****************************************/
[MyDevice.Reg]
HKLM,“SOFTWARE\Vendor\Type\Settings”,“Shade”,0x10001,15
[MyDevice.Reg.Security]
D:(A;;KA;;;WD)
/*****************************************/
Is there something wrong with the above inf section?
I was able create the same registry key with Everyone read/write access
using the same security descriptor(shown above) using RegCreateKeyEx() API.
Please help me.
Thanking in advance
Regards
Anish