Keys

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Property, read only 
          Member of  RegEdit.Server 

Description
Subkeys of the Key specified by Connect method (or by hKey property).
Syntax
Set vKeys = Server.Keys
Returns
Keys - Collection of key objects of one registry key.
Remarks
Default is subkeys of HKEY_LOCAL_MACHINE from the local computer.
Examples
 Enumerate classes on 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
See also
  Other links for Keys
Properties of Server class
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).
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 – 2006 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 1.06.2