Guest User

Untitled

a guest
Dec 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
  2. ERROR:
  3. Code = 0x80041002
  4. Description = Not found
  5. Facility = WMI
  6. C:WINDOWS>
  7.  
  8. c:setup.exe
  9.  
  10. C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" bios get serialnumber /value
  11.  
  12.  
  13. SerialNumber=JVZSZS2
  14.  
  15.  
  16.  
  17. C:WINDOWS>
  18.  
  19. C:WINDOWS>wmic product list
  20. Node - E
  21. ERROR:
  22. Code = 0x80041010
  23. Description = Invalid class
  24. Facility = WMI
  25.  
  26.  
  27.  
  28. C:WINDOWS>
  29.  
  30. C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
  31. ERROR:
  32. Code = 0x80041002
  33. Description = Not found
  34. Facility = WMI
Add Comment
Please, Sign In to add comment