Previous Page
Next Page

Chapter 17. Working with the Registry

Before You Begin

To work through the material presented in this chapter, you need to be familiar with the following concepts from earlier chapters:

  • Creating an instance of the FileSystemObject class

  • Creating a connection into Microsoft Windows Management Instrumentation (WMI)

  • Implementing the For...Next statement

  • Implementing the Select Case statement

After completing this chapter, you will be able to:

  • Implement the WshShell class

  • Script Reg.exe

  • Work with the WMI StdRegProv class

  • Work with the WshController object


Previous Page
Next Page