Errata for Microsoft® Windows® Scripting Self-Paced Learning Guide
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 32
|
Change to code sample
On page 32, the code sample does not match the description in the Note on page 33.
Change:
Set objWMIService = GetObject(“winmgmts:”) _
& .ExecQuery _
(“SELECT * FROM Win32_Process”)To:
Set objWMIService = GetObject(“winmgmts” _
& ":").ExecQuery _
(“SELECT * FROM Win32_Process”)
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 165
|
AddRemovePrograms column referenced in place of Win32Reg_AddRemovePrograms
On page 165, step 5 of the lab instructions reads:
"Set colItems equal to what comes back from issuing the WQL statement “Select * from AddRemovePrograms” as you use the execQuery method. Your code will look like the following:
Set colItems = objWMIService.ExecQuery(“SELECT * FROM AddRemovePrograms”)"
It should read:
"Set colItems equal to what comes back from issuing the WQL statement “Select * from Win32Reg_AddRemovePrograms” as you use the execQuery method. Your code will look like the following:
Set colItems = objWMIService.ExecQuery(“SELECT * FROM Win32Reg_AddRemovePrograms”)"
Microsoft Press is committed to providing informative and accurate
books. All comments and corrections listed above are ready for
inclusion in future printings of this book. If you have a later printing
of this book, it may already contain most or all of the above corrections.
|
Microsoft Press |
Jul 13, 2010 |
|