Required Windows feature(s) not enabled: Hyper-V. Docker Desktop will exit. code example
Example: Required Windows feature(s) not enabled : Hyper-V and Containers
Disable-WindowsOptionalFeature -FeatureName microsoft-hyper-v -online
restart-computer
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
restart-computer
Enable-WindowsOptionalFeature -Online -FeatureName Containers -All