Tips, tricks and manuals
Je bent niet ingelogd.
Pagina's: 1
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-HNSNetworkOffline
Pagina's: 1