I'm using Win32::TieRegistry.  Whenever I try to
access the following key:

HKLM\System\CurrentControlSet\Enum

I get the following error message:
"The system could not find the environment option that
was entered"

Permissions say I should be able to read the key.

Input appreciated.  Code below.

Thanks,

Harlan


Code:
my $remote;
# Registry key to check
eval {
        $remote =
$Registry->{"LMachine/System/CurrentControlSet/"}
                or die "Can't open Registry key: $^E\n";
};

=====
------------------------------------------
Harlan Carvey, CISSP
"Windows Forensics and Incident Recovery"
http://www.windows-ir.com
http://windowsir.blogspot.com
------------------------------------------
_______________________________________________
Perl-Win32-Admin mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to