# 7.3 APPENDIX C: STEPS TO CREATE WINPE BOOTABLE USB DRIVE

Create a bootable pen drive by following Steps in [**Appendix A**](https://diamondsystems.gitbook.io/user-manuals/sbcs/athena-iv/windows-10-bsp-manual/windows-10-64-bit/7.-appendixes/7.1-appendix-a-steps-to-make-usb-m.2-2230-sata-drive-bootable). Next, Open a deployment tool with administrator privilege in the Windows 10 development System and use the following commands:

* On your development computer, click **Start**, point to **All Programs**, point to **Windows AIK,** right- click **Deployment Tools** **Command Prompt**, and then select **Run as administrator.**
* Create a working copy of the Windows PE files. Specify either x86 or amd64:

&#x20;       *copype amd64 C:\WinPE\_amd64*

* Install Windows PE to the USB flash drive, specifying the drive letter:

&#x20;       *MakeWinPEMedia /UFD C:\WinPE\_amd64 F:*
