"Tonino Sclavont" <[EMAIL PROTECTED]> writes:

> Hello list
> 
> How can I change the securities of an external Registry File.
> With Regedt32.exe I have to 
>         1. Load hive --> open the .dat file
>         2. Change the securities
>         3. Unload Hive
> Is it possible to do the same with perl ?

See the Win32::TieRegistry documentation, especially the AllowLoad(),
Load(), and UnLoad() methods.

Those will let you load and unload hive files.  To manipulate
permissions, the only way I know is to use Win32::Perms.  See
<http://www.roth.net/perl/perms/>.

 - Pat
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to