Skip to content

Windows Installation Guide

BigfootACA edited this page Jun 22, 2026 · 1 revision

TODO

Recommended PE: https://bydjpe.winos.me/

Use Dism++ to import drivers for boot.wim (PE) or the system (full installation)

Signature verification needs to be disabled:

First, extract the BCD from \EFI\Microsoft\Boot and execute the following commands in CMD (do not use PowerShell):

bcdedit /store BCD /set {default} testsigning on
bcdedit /store BCD /set {default} nointegritychecks on

Then put it back

Clone this wiki locally