Are you getting the "Your PC/Device needs to be repaired" error while booting your Windows PC? Don't worry, we've got you covered! In this video, we'll walk you through a step-by-step guide to troubleshoot and fix this issue, whether it's caused by corrupt system files, missing boot files, or other common problems.
Fixing boot issues with Command Prompt:
diskpart
list disk
select disk x
list partition
select partition x
assign letter=b
exit
format B: /FS:FAT32
bcdboot C:\Windows /s B: /f UEFI
Note: x = disk or partition number.