Dear All Can you find out any mistake here, I am not able to change permissions on Registry keys.Please help if any body knows this.
Code is given here. ############################################################### use Win32::Perms; unless($obj = Win32::Perms::New("registry:HKEY_LOCAL_MACHINE\\Software",PERM_TYPE_REGISTRY )){print "Created Object\n"; print "success"; $obj->Allow("hot\vm8797",FULL) or print "Error:$!"; $obj->Set() or print "Error: $!"; print "$result"; } print "Cannot Create Object:$!"; ################################################################ With Regards Rajuveera -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]