ComputerBas

Tips, tricks and manuals

Je bent niet ingelogd.

#1 2024-10-17 18:37:30

Bas
Administrator
Geregistreerd: 2019-11-10
Posts: 96

Cannot remove Hyper-V default switch.

Issue: Cannot remove default switch from Hyper-V


In powershell admin:

Remove-VMSwitch -Name "Default Switch"

results in error: it cannot be removed because automatic ICS is enabled. The automatic internet connection sharing switch cannot be modified

Solution:

Run powershell admin:

Get-HNSNetwork | ? Name -Like "Default Switch" | Remove-HNSNetwork

Offline

Forum footer

Powered by FluxBB 1.5.11