Thanks for the image. Please open Powershell as administrator and perform the following command:
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all
Next reboot the computer to complete the procedure. To verify if the feature was installed, use the following command:
dism /online /get-featureinfo /featurename:VirtualMachinePlatform
If the feature is installed, please use the following command to enable wsl:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all
Reboot the computer again and check the feature status using this command:
dism /online /get-featureinfo /featurename:Microsoft-Windows-Subsystem-Linux
Please let me know if you need anything else.