FYI, running:
wsl --shutdown
...from an administrative PowerShell session will stop this process. I had to do this for the OnVue testing application for IT certification.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
While trying to do an exam with Pearson for a certification at home, after passing all rested documents, it asked to stop vmwp which I did and it crashed the machine.
My question is in spite of the fact that I have stopped all VMs on the HYper-V, I still see a vmwp in task manager
Here is a snapshot of the hyper-V
and here is the process in task manager
When I serarch the folder C:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines, I dont see a VM with a Guid mentioned in the task manager task
So the 1st question, why when ending/killing the process crashes the machine, 2nd how can I know what is this task and what VM it is?
Thanks in advance for your help
FYI, running:
wsl --shutdown
...from an administrative PowerShell session will stop this process. I had to do this for the OnVue testing application for IT certification.
Hello
Thank you for your question and reaching out.
You can list virtual machines and their GUIDs, select and copy a GUID for a specific VM:
Get-VM | Select-Object VMname, VMID
For any additional questions regarding Exam you can contact to Dedicated Microsoft Exam support using below link.
https://learn.microsoft.com/en-us/certifications/help
--If the reply is helpful, please Upvote and Accept as answer--