Practical 9
Practical 9
Task 9.1: Read the example code ClientCheck.hta carefully. List all the WMI classes that are used in this program.
Task 9.2: Change the above example code so that instead of using WbemScripting.SWbemLocator to access WMI, you use the WMI moniker "winmgmts:" to see whether the code is still working. Test the difference between the two ways of access WMI with a HTML file.
Task 9.3: Write an HTA to simulate an installation wizard (you can simply copy a set of files to a folder).