Error during crc start Windows 10

I’m getting the following error while starting CRC in my local machine.

DEBU Found crc-background-launcher.exe version 0.0.0.1
INFO Checking if the daemon task is installed
DEBU Running ‘Get-ScheduledTask -TaskName crcDaemon’
DEBU Running ‘(Get-ScheduledTask -TaskName “crcDaemon”).Version’
INFO Checking if the daemon task is running
DEBU Running ‘(Get-ScheduledTask -TaskName “crcDaemon”).State’
INFO Checking admin helper service is running
DEBU Running ‘(Get-Service crcAdminHelper).Status’
INFO Checking SSH port availability
DEBU Copying ‘C:\Users\bhuvan.kota.crc\cache\crc_hyperv_4.17.10_amd64\oc.exe’ to ‘C:\Users\bhuvan.kota.crc\bin\oc\oc.exe’
DEBU Copying ‘C:\Users\bhuvan.kota.crc\cache\crc_hyperv_4.17.10_amd64\podman.exe’ to ‘C:\Users\bhuvan.kota.crc\bin\podman\podman.exe’
INFO Loading bundle: crc_hyperv_4.17.10_amd64…
DEBU Machine: libhvee → state
DEBU Machine: libhvee → get machine
DEBU Machine: libhvee → state: get
DEBU Machine: libhvee → state: stopped
DEBU Copying ‘C:\Users\bhuvan.kota.crc\cache\crc_hyperv_4.17.10_amd64\oc.exe’ to ‘C:\Users\bhuvan.kota.crc\bin\oc\oc.exe’
DEBU Copying ‘C:\Users\bhuvan.kota.crc\cache\crc_hyperv_4.17.10_amd64\podman.exe’ to ‘C:\Users\bhuvan.kota.crc\bin\podman\podman.exe’
INFO Starting CRC VM for openshift 4.17.10…
DEBU Updating CRC VM configuration
DEBU Machine: libhvee → get machine
DEBU Machine: libhvee → start
Error starting machine: Error in driver during machine start: failed to start vm: Job failed with error code: 32769 ()

That error code 32769 usually points to a Hyper-V issue. Try running crc cleanup and then set it up again and make sure Hyper-V and the required Windows features are enabled.