my problem occurs on a Windows 10 Home System (build 19045.4780).
I can’t check my Docker version since it doesn’t start but it should be the most recent version.
Until a few days ago, Docker worked flawlessly.
Then when I started my machine, a window appeared:
Docker Desktop - Virtual Machine Platform not enabled
Virtual Machine Platform is not enabled. Enable it using the following PowerShell script (in an administrative PowerShell) and then restart your computer before using Docker Desktop:
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
When I try doing that, PowerShell replies by telling me that the Featurename VirtualMachinePlatform is unknown.
I checked the Virtualization Setting in BIOS, it is enabled
Task-Manager under Performance shows Virtualization as enabled as well.
Re-Installing Docker Desktop didn’t have any effect.
I’m not sure what to try next and appreciate any help from you guys.
I’m not sure why you quoted the arguments I did not mention at all. Assuming you added the arguments to the command I gave you, that could mean the feature does not exist on your Windows and this becomes a Windows issue so the next step is asking about it on a Microsoft forum. But I suggested listing all the features and looking at the result so you can try to recognize if there is another feature with a similar name if the name changed.
First, I tried your exakt command, which returned no output whatsoever.
Then I added the argument I quoted in the post above with still no result unfortunately.
Then I suggest asking a Windows user on a Microsoft forum about it https://answers.microsoft.com The feature is required. So until you find out why the feature is not available, I can’t tell you much unfortunately.
But one more question:
Are you using a virtual Windows or a Windows on a phyiscall machine?