I'm trying to set permissions in the HKLM\Software\Identite key in the
registry
using win32::perms.Here is in the code i've got (h2723422 is the name of my
local
computer).I can't modify the ACE for this key. Can you help me ?

thanks.


use Win32::Perms;

$Reg = new Win32::Perms("registry:HKEY_LOCAL_MACHINE\Software\Idendite");

$Reg->Allow("H2723422\dupont",READ);

$Reg->Set("registry:HKEY_LOCAL_MACHINE\Software\Idendite");

$Reg->Dump;

****************************************************Ce message a �t� contr�l� par un 
anti-virus*******************************************************************************************************************

Reply via email to