Forum Discussion
Ble4331
May 06, 2025Copper Contributor
Hyper-V hangs when deleting VM
I have Windows 10 Pro, build 19045. I am trying to delete a VM inside Hyper-V, but when I click on Delete, the computer hangs..continuous hourglass. Tried to close Hyper-V manager, but doesn't clos...
ccaab
May 07, 2025Copper Contributor
Open PowerShell as administrator and run
Stop-Service vmms
Start-Service vmms
Try deleting the VM via PowerShell run
Get-VM -Name "YourVMName" | Remove-VM -Force