Hp Insight Management WBEM Providers Instrukcja Użytkownika Strona 9

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 33
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 8
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\cimv2")
Set colSoftware = objWMIService.ExecQuery _
("Select * from Win32_Product")
For Each objSoftware in colSoftware
If objSoftware.Name=SW Then
objSoftware.Uninstall()
End If
Next
Scripting commands for uninstalling HP WBEM Providers 9
Przeglądanie stron 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 32 33

Komentarze do niniejszej Instrukcji

Brak uwag