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

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 a