# rpi3winstuff **Repository Path**: timgeeng/rpi3winstuff ## Basic Information - **Project Name**: rpi3winstuff - **Description**: Hello, Raspberry Pi Windows 10 world! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-26 - **Last Updated**: 2021-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README To build drivers you will need only the EWDK. Run the EWDK LaunchBuildEnv, navigate to a driver source directory and do: ``` buildme.cmd ``` WinPE ----- Copy contents of `\drivers` and `\winpe_stuff` to `\Windows\system32` inside `\sources\boot.wim` of a WinPE image. You will need to enable test signing in the bcd. E.g.: bcdedit /store K:\efi\Microsoft\boot\bcd /set {default} testsigning yes