📎 AI Summary:
The thread discusses issues with enabling and managing Hyper-V and virtual switches on Windows 10. The original poster encounters problems creating virtual switches, which leads to network interfaces disappearing after attempting to fix the issue, and later seeks a way to toggle Hyper-V without restarting the computer. The responses suggest using command-line tools like `netcfg -d` and note that Hyper-V and VMware can usually run simultaneously, but one user recommends a dual-boot setup as a reliable workaround for switching between Hyper-V and VMware. Overall, the sentiment indicates troubleshooting challenges with virtual networking and hypervisor management.

sacredboy

Well-Known Member
Member details
Joined
Jul 13, 2016
Messages
13
Thread Author #1
Hi guys,

I enabled Hyper-V feature in Windows 10 but unable to create a virtual switch. I tried to create private and internal types of virtual switch but every time the process stuck on "Applying changes".

What could be the reason of that?

Thank you.
 

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
  • Click the Start button
  • Type cmd
  • Right-click "Command Prompt" and select "Run As Administrator"
  • Type netcfg -d
  • Once it finishes, reboot and try creating a vswitch again
 

sacredboy

Well-Known Member
Member details
Joined
Jul 13, 2016
Messages
13
Thread Author #3
  • Click the Start button
  • Type cmd
  • Right-click "Command Prompt" and select "Run As Administrator"
  • Type netcfg -d
  • Once it finishes, reboot and try creating a vswitch again
Followed your advice and not only it didn't help but also all my wireless and ethernet interfaces are gone.

How to restore them back?
 

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
DId you reboot, connections that exist (LAN, WLAN) should come back after a reboot.
 

sacredboy

Well-Known Member
Member details
Joined
Jul 13, 2016
Messages
13
Thread Author #5
Yes I did that but nothing was restored.

Reinstalled OS, installed VMware Workstation and then turned on Hyper-V feature. After that, virtual switches are created successfully. I have no idea what was that.

Just one question. I need periodically switch between Hyper-V and VMware Workstation so I turned off hypervisor using bcdedit /set hypervisorlaunchtype off command. However, when I need to switch to Hyper-V I get the error that says that hypervisor is not enabled. So, I'm forced to use bcdedit /set hypervisorlaunchtype off command and restart my computer entirely.

Is there any other way to solve this issue without restarting computer?

Thank you.
 

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
Are you getting an error, you should be able to use both at the same time since they create their own virtual networking
 

Solution

ussnorway

Windows Forum Team
Staff member
Member details
Joined
May 22, 2012
Messages
4,599
I need periodically switch between Hyper-V and VMware Workstation
use a dual boot with hyper-v on one side and vmware on the other... they really don't play nice otherwise.