Reputation: 65
I updated my windows 10 and I can't run my Virtual machine, I got this error :
Transport (VMDB) error -14: Pipe connection has been broken.
I tried what is proposed by VMWare without result :/ https://kb.vmware.com/s/article/2146361
Any help will be appreciated
Regards
Upvotes: 1
Views: 19642
Reputation: 3
lcoelho answer helped me out, but all I needed to do was exit any WSL instances and run wsl --shutdown
. then I was able to start the VMWare instance without rebooting.
Upvotes: 0
Reputation: 159
I solved this way: open a command prompt, and type the following commands:
net stop vmx86
net start VMAuthdService
net start VMwareHostd
Upvotes: 0
Reputation: 3061
Finally, I fixed it!
What work for me was to disable the Windows Subsystem for Linux.
Search for "Turn Windows Features on or off", next, a window will pop up.
Scroll down until you find:
Also make sure that:
: Are unckecked/Disabled
It takes some time to configure, after that reboot the system, and it should run again!
Update
This is a more reliable solution:
Download "Device Guard and Credential Guard hardware readiness tool" from Microsoft: https://www.microsoft.com/en-us/download/details.aspx?id=53337
DONE!
Good luck!
Upvotes: 1