Undo Docker modification in Windows 10 Hyper-V

Hi,

Docker is doing some manipulation in Windows 10 with Hyper-V.
This made some Hyper-V software dependant unable to start. (Like Emulators)

Docker uninstall is not undoing this.
Is there a way to reset everything back before Docker instal?

I tryed all those with no sucess:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All
Dism /Online /Disable-Feature:Microsoft-Hyper-V

Thanks.