What to do if the virtual machine keeps black screen after startup

Solution one:

1. Run the command prompt (cmd.exe) as an administrator, enter the command netsh winsock show catalog and press Enter to execute the command (you can see that VMware has registered two LSPs: vSockets DGRAM, vSockets STREAM, and the path is %windir %\system32\vsocklib.dll)

2. Observe whether other modules have registered vSockets DGRAM and vSockets STREAM. If so, uninstall the software that this module belongs to.

3. Enter netsh winsock reset at the command prompt and restart the computer.

If you still cannot reinstall VMware Workstation 14!

Related recommendation: "Frequently Asked Questions"

Solution two:

1. Run the command prompt as an administrator;

2. Execute the following 5 commands in sequence:

netsh winsock reset

net stop VMAuthdService

net start VMAuthdService

net stop VMwareHostd

net start VMwareHostd

One of the above methods can solve the problem of a black screen when the win10 system virtual machine starts.
Reprinted: https://m.php.cn/faq/429736.html (PHP Chinese website)
Download VMware version 15.5 and above rarely appear

Guess you like

Origin blog.csdn.net/weixin_42478365/article/details/112909614