Hi Jai,
Thanks for your post. We have encountered similar issue and resolved by following methods.
- Uninstall and reinstall the network adapter.
After a Windows 10 update, and re-installing the network adapter, it might take effect.
- If not, executing the following command in a PowerShell console to create new virtual network switch:
New-VMSwitch VMSwitch -NetAdapterName Ethernet
This will rebuild the network switch configuration so after this the Virtual Switch Manager started successfully and you can able to use it to remove and create virtual switches.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.