Hi nothing,
To fix the rollback loop when enabling WSL and the Virtual Machine Platform, first repair your system image by running sfc /scannow and dism /online /cleanup-image /restorehealth in an administrative terminal. Next, ensure your boot manager allows the hypervisor to run by executing bcdedit /set hypervisorlaunchtype auto. Finally, bypass the Windows Features graphical interface entirely by installing both features directly via the command line using the dism.exe /online /enable-feature command with the /norestart flag, and manually reboot your computer to apply the changes smoothly.
Domic V.