Quantcast
Channel: Reboot.pro
Viewing all articles
Browse latest Browse all 6812

QuickPE

$
0
0

Posted Image

File Name: QuickPE
File Submitter: erwan.l
File Submitted: 24 Jul 2013
File Updated: 14 Aug 2013
File Category: Tools

Yet another tool to generate a minimalist winpe4 iso using the Windows Assessment and Deployment Toolkit (ADK) and wimlib.

Alternatively, one can also use Windows Automated Installation Kit (Winpe3) or Winre (Windows Repair Disk).

The batch will :
-create a winpe4 using the copype winpe4 command,
-modify boot.wim to add a tinyshell so that one can launch explorer++, cmd, taskmgr, penetwork, or shutdown,
-create winpe iso (less than 200 MB).

Uncompress to x:\quickpe4 and launch make.cmd.
Get winpe3.iso, or winpe4.iso or winre.iso in x:\quickpe4\x86

Future possible evolutions : handle drivers, turn into a GUI, ...

Regards,
Erwan

PS : below the batch in a few lines
SETLOCAL
call setenv.cmd
rem *** STEP1          *********
set WINPE_ARCH=x86
set DEST=%~dp0%winpe_arch%
rmdir %dest% /s /q
call copype %WINPE_ARCH% %dest%
echo "WINPE4 BUILT OK"
pause
cls
rem *** STEP 2 ********
cd %~dp0
del wim-update.new /q
sed -e "s/#path#/\%~dp0\/g" wim-update.txt > sed -e "s/:/:\\/g"  > wim-update.new
pe_tools\wimlib\wimlib-imagex.exe update %dest%\media\sources\boot.wim --verbose < %~dp0wim-update.new
echo "WIM FILE UPDATE OK"
pause
cls
REM *** STEP 3 ********
del %dest%\media\boot\bootfix.bin
oscdimg -b"%dest%\fwfiles\etfsboot.com" -n %winpe_arch%\media %dest%\winpe4.iso
echo "ISO BUILT OK"
pause

Click here to download this file

Viewing all articles
Browse latest Browse all 6812

Trending Articles