Skip to content

Instantly share code, notes, and snippets.

@JaekelEDV
Created May 1, 2021 14:32
Show Gist options
  • Save JaekelEDV/d4ec214ec1295ecbb0c16b6f8a02dbfb to your computer and use it in GitHub Desktop.
Save JaekelEDV/d4ec214ec1295ecbb0c16b6f8a02dbfb to your computer and use it in GitHub Desktop.
Create WinPE ISO
#Make Windows PE ISO
#https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-create-usb-bootable-drive
#01 - Install WADK
#02 - If Windows 10 > 1803 also install adkwinpesetup.exe
#https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install
#03 - Create Working directory
copype amd64 C:\WinPE_amd64
#04 - Create WinPE ISO
MakeWinPEMedia /ISO C:\WinPE_amd64 C:\WinPE_amd64\WinPE_amd64.iso
#05 Boot VM/Device from ISO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment