0

when i try to start the service and type net start winmgmt in the command promt, i get a response saying the service name is invalid. Is there anyway i can start this?

Thanks

kambamsu
  • 561
  • 2
  • 9
  • 21

1 Answers1

0

Use the full service name:

net start "Windows Management Instrumentation"

This question is not programming-related, please put questions like this on superuser next time.

AndiDog
  • 68,631
  • 21
  • 159
  • 205