Skip to Content
Microsoft® Windows® Scripting Self-Paced Learning Guide
book

Microsoft® Windows® Scripting Self-Paced Learning Guide

by Ed Wilson
April 2004
Beginner
416 pages
11h 3m
English
Microsoft Press
Content preview from Microsoft® Windows® Scripting Self-Paced Learning Guide

Creating Registry Keys

To create keys and subkeys in the registry, you use the CreateKey method, as illustrated in the CreateRegKey.vbs script:

Option Explicit On Error Resume Next Dim strKeyPath ' the portion of registry to read Dim strComputer ' the target computer Dim objReg ' holds connection to registry provider Dim subKey ' used to enumerate throught the array Dim arrSubKeys ' holds the sub keys Dim ParentKey Const HKCR = &H80000000 'HKEY_CLASSES_ROOT Const HKCU = &H80000001 'HKEY_CURRENT_USER Const HKLM = &H80000002 'HKEY_LOCAL_MACHINE Const HKU = &H80000003 'HKEY_USERS Const HKCC = &H80000005 'HKEY_CURRENT_CONFIG ParentKey = "SOFTWARE\EdWilson" strKeyPath = "SOFTWARE\EdWilson\VBScriptBook" strComputer = "." Set objReg=GetObject("winmgmts:\\" ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft® Windows® 2000 Scripting Guide

Microsoft® Windows® 2000 Scripting Guide

Microsoft Corporation
Professional C# 5.0 and .NET 4.5.1

Professional C# 5.0 and .NET 4.5.1

Christian Nagel, Jay Glynn, Morgan Skinner

Publisher Resources

ISBN: 9780735619814Supplemental ContentCatalog PageErrata