Skip to content

Instantly share code, notes, and snippets.

View d1g1entr0py's full-sized avatar

consaul.CLOUD d1g1entr0py

  • consaul.CLOUD
View GitHub Profile
@Chirishman
Chirishman / MakeWinPEMedia.cmd
Last active September 25, 2023 20:48
MakeWinPEMedia - Replacement for Existing w/ PowerShell
@echo off
setlocal
rem
rem Set variables for local use
rem
set TEMPL=media
set FWFILES=fwfiles
set DISKPARTSCRIPT=%TMP%\UFDFormatDiskpartScript.txt
set EXITCODE=0