I'm in the process of switching a Perl process from a local machine to a remote server 
where I will be deleting, creating and updating Registry keys.  The old process uses 
Win32::Mutex; to gain Ownership of the registry (Lock it from Write Access?) and 
Win32::Registry for registry changes.  I found that I'm able to stay with 
Win32::Registry to access a remote server on the same network with the 
HKEY_LOCAL_MACHINE->Win32::Registry::Connect($comp_name,$Remote_Registry_HKLM) method

My question is:  What can I use to lock a remote registry since Win32::Mutex is not 
functional across to a remote server? or is it?

Any help/code would be appreciated.

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

Reply via email to