Common Error Fixes
How to turn off HVCI
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
Fix Crashing / not starting of Loader
(paste individually into an elevated command prompt)
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Loader keeps wanting to restart pc
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)
If you have Nr. 1 physically unplug the other windows drive.
If you have Nr. 2 then you can either erase the partition (needs IT knowledge) or do a windows reinstall.
If you have Nr. 3 you will likely need a refund
Last updated