Win32 registry question

2002-07-12 Thread Edouard Beaugard
Hello, Does anyone have a script that will query a registry key on a remote PC? I'm doing some maintenance work this would really help a lot. Thanks, Ed Beaugard -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Win32 registry question

2002-07-12 Thread Edouard Beaugard
Hello, Anyone have a script that will query the registry for the value of a particular key? I'm doing some maintenance work and haven't been able to figure out the TieHash way of accessing the registry. Thanks, Ed Beaugard -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Win32 registry question

2002-07-12 Thread Timothy Johnson
Here's a littel tutorial I wrote for a friend of mine. It shows the basics of setting/reading keys. -Original Message- From: Edouard Beaugard [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 11:02 AM To: [EMAIL PROTECTED] Subject: Win32 registry question Hello, Anyone have

Re: Win32 registry question

2002-07-12 Thread Jenda Krynicky
From: Edouard Beaugard [EMAIL PROTECTED] Does anyone have a script that will query a registry key on a remote PC? I'm doing some maintenance work this would really help a lot. Thanks, Ed Beaugard Assuming you installed my Win32::Registry2 patch : use Win32::Registry; $remoteHKLM =