Is there a command-line way to restart the Hyper-V service?

Question

Grade: Education Subject: Support
Is there a command-line way to restart the Hyper-V service?
Asked by:
59 Viewed 59 Answers

Answer (59)

Best Answer
(195)
Yes, open an elevated Command Prompt or PowerShell and run the following commands: `net stop vmms` `net start vmms` This will stop and then start the Hyper-V Virtual Machine Management service.