Question
Is there a command-line way to restart the Hyper-V service?
Asked by: USER9621
59 Viewed
59 Answers
Answer (59)
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.