Hi wcndave2,
Open Command Prompt as an administrator and run the following command to enable the VirtualMachinePlatform feature
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Ensure the hypervisor is enabled by running
bcdedit.exe /set hypervisorlaunchtype auto
Restart your computer to take effect.
Then install the WSL feature.
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart