Not to fear I have a solution.
Create a windows batch file .bat and insert the following commands. These commands will reset the VMware network adaptor.
net stop vmnetbridge
net start vmnetbridge
pause
You will need to execute the batch file as Administrator