Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Scanning of 64 Bit registry

by wwe (Friar)
on Jan 12, 2011 at 18:53 UTC ( [id://881961]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Scanning of 64 Bit registry
in thread Scanning of 64 Bit registry

Hi Vikas,

this is not true. HKLM/System is shared/same but HKLM/Software/<some subkeys> is redirected or "reflected" how MS says. Please read and understand all provided links to MS knowledge base.

At the moment I have no 64-bit system to check but I'm pretty sure the problem is somewhere else. I use OO-style access to the Win32::TieRegistry object like this
my $registry_obj = $Registry->Connect( $hostname, $registry_key, { Acc +ess=>'KEY_READ' } ) or do { $log->error("access to [$registry_key] on host [$hostname] f +ailed"); return; }; $registry_obj->SetOptions( SplitMultis => 0 ); $registry_obj->SetOptions( FixSzNulls => 0 ); $registry_obj->SetOptions( ArrayValues => 0 ); $registry_obj->SetOptions( DWordsToHex => 1 ); } ... foreach my $registry_subkey ( $registry_obj->SubKeyNames() ) { something; }
but I don't think it makes any difference. regards willi

Replies are listed 'Best First'.
Re^4: Scanning of 64 Bit registry
by Anonymous Monk on Jan 13, 2011 at 09:42 UTC

    Hi all,

    That problem is solved without any modification actually it was permission issue i gave all previliages to that particular key and that issue was resolved

    Thanks all for Your responses

    Regards

    Vikas Sharma

    <Together we can we will !

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://881961]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-26 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found