If you’ve tried cloning a Windows 10 drive to an SSD, but it then boots straight into the recovery console, chances are it’s problem with the EFI partition.   Here’s the fix:

Open a command prompt

Run Diskpart

list vol

sel vol X (where X is hidden FAT partition)

assign letter U

exit

bcdboot C:\windows /s U: /f UEFI

reboot