MOTOBIT.COM - ASP upload, IIS utility Subkeys from remote computer.

Sample for RegEdit.Server.Close | Changes | Purchase | Download

Examples

Subkeys from remote computer. 
  'Get regedit server object
  Set S = CreateObject("RegEdit.Server")
 
  'Connect to the remote registry
  S.Connect "ComputerName", rkClassesRoot

  For Each Key In S.Keys
      Wscript.Echo Key.Name
  Next

  S.Close

Other links for the Subkeys from remote computer. sample

RegEdit.Server

Server/computer for the ActiveX regedit.
You can use GetKey method to get a specified key from the server.
Keys property returns a collection containing subkeys of a connected key (See Connect method).

RegEdit

Intuitive, easy to use COM interface to windows registry. Set of classes to read/enumerate/modify windows registry keys and values from ASP, VBS and T-SQL.

© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz