How to clean that hyper-v mess?
I juste want to delete tous of them.
And yes, right click -> uninstall does nothing :(
J'ai essayé deleting le regedit entries et got a permission denied.
J'ai essayé to set permissions to le entries et got a access is denied:
```
C:\> subinacl.exe /subkeyreg HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\ROOT\VMS_VSMP\0002 /grant=administrators=F
SYSTEM\ControlSet001\Enum\ROOT\VMS_VSMP\0002 : new ace for builtin\administrators
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\ROOT\VMS_VSMP\0002 - RegSetKeySecurity Error : 5 Access is denied.
SYSTEM\ControlSet001\Enum\ROOT\VMS_VSMP\0002\Device Parameters : delete Perm. ACE 2 builtin\administrators
SYSTEM\ControlSet001\Enum\ROOT\VMS_VSMP\0002\Device Parameters : new ace for builtin\administrators
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\ROOT\VMS_VSMP\0002\Device Parameters : 2 change(s)
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\ROOT\VMS_VSMP\0002\Properties - AddAce error : 87 The parameter is incorrect.
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\ROOT\VMS_VSMP\0002\Properties: 5 : Unable to enumerate subkeys
```
Comment supprimer les adaptateurs d'extensions de commutateur virtuel Hyper-V du Gestionnaire de périphériques
Re: Comment supprimer les adaptateurs d'extensions de commutateur virtuel Hyper-V du Gestionnaire de périphériques
The nuclear option that works avec Windows Core is using [netcfg](https://technet.microsoft.com/en-us/library/hh875638(v=ws.11).aspx) to wipe out tous votre networking settings et re-initialize le network card drivers.
```
#WARNING! DANGER! THIS WILL DELETE ALL YOUR NETWORKING SETTINGS!
netcfg -d
```
That seems to work better than nvspbind.exe ou various autre PowerShell commands quand I really screw up mon Hyper-V VMSwitch ou LBFOTeam networking settings.
```
#WARNING! DANGER! THIS WILL DELETE ALL YOUR NETWORKING SETTINGS!
netcfg -d
```
That seems to work better than nvspbind.exe ou various autre PowerShell commands quand I really screw up mon Hyper-V VMSwitch ou LBFOTeam networking settings.