3Common Error Fixes

chevron-rightHow to turn off HVCIhashtag

Launch CMD as Admin, type in these Commands:

bcdedit /set hypervisorlaunchtype off

reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f

reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 1 /f

chevron-rightFix Crashing / not starting of Loaderhashtag

(paste individually into an elevated command prompt)

Dism /Online /Cleanup-Image /ScanHealth

Dism /Online /Cleanup-Image /RestoreHealth

sfc /scannow

chevron-rightBooting issueshashtag

Put Windows as first boot option in BIOS

chevron-rightLoader keeps wanting to restart pchashtag

Usual problems that causes this:

  • Multiple Windows installs

  • A second bugged EFI partition being around somewhere

  • Some Laptops don't like it and in the restart process you will be stuck in a black screen (Rare case)

  1. If you have Nr. 1 physically unplug the other windows drive.

  2. If you have Nr. 2 then you can either erase the partition (needs IT knowledge) or do a windows reinstall.

  3. If you have Nr. 3 you will likely need a refund

Last updated