Tools Links Login

Read Remote Registry

This tip is based on existing tip (but with some bugfixes and explanation). The code should be treated as an example, e.g. more treating needed of other kinds of values

Usage

Dim CompName, sSMS_Site, sSMS_Travel As String

CompName = "\\MyComputerName"

sSMS_Site = ReadRemoteReg(CompName, HKEY_LOCAL_MACHINE, _
 &nsbp; "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "SystemRoot")

About this post

Posted: 2019-08-22
By: DeSchagtDirk
Viewed: 261 times

Categories

Visual Basic 6

Attachments

remotereg.zip
Posted: 8/22/2019 5:06:50 PM
Size: 2,583 bytes

Special Instructions

This code originally appeared on AndreaVB.com, and has been republished here with the permission of Andrea Tincani.


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.