just click button to create PE:wimbuilder.cmd ->select install.wim -> select winre.wim -> next to PRJECT ->select WIN10PE -> next to PATCH -> next to BUILD ->1-run -> make-iso
I hope I could explain.Sorry I will not be able to post more about this stuff, very very busy at current part of my life.....
my baby is going to be born, next will be my very busy part of my life,
the WIN10XPE sample project now have something new:* origin display monitor drives* network support* search function* bitlocker* Accessibility
auto save the lastest selected settings, and when WimBuilder start, use the last selection. this sounds good, is it?
X folder under patch folder. \Program Files\StartIsBack\* \Windows\ \System32\ pecmd.exe pecmd.ini \Desktop\ shutdown.bat \StartMenu\xxxx.lnk \X_x64\ \Program Files\StartIsBack\sib64.dll \X_x86\ \Program Files\StartIsBack\sib32.dll
and see how to make patch be simple.(create necessary macros).
Is batch script more simple than .Script [section] syntax?
I will add this feature later, for now I'm focus on porting WIN10XPE,
They are same, only .cmd more known by internet, but .script have some features to get things easier.
most important, variables comes from [Interface] with a ready gui which makes ".script" batch easier for projects.
It is common projects create shortcuts after boot (same with Win10XPE) which makes project admin life easier.
Call,StartDocNotePad,<File>
To me, it is easier to port and test things from Win10XPE or Win10PESE to WimBuilder with such available option.I hope you do soon.
maybe there are some macro plugins make it easier, but I can't see with WIN10XPE's scripts.
but script's syntax is not simple.
FYI:here is a regexp to replace the convert the reg modify in .script to my macros. (EmEditor)Code: [Select]document.selection.Replace "RegCopyKey,HKLM,([^,]+)","call RegCopy HKLM\\\1",eeFindNext Or eeReplaceAll Or eeFindReplaceRegExpdocument.selection.Replace "RegWrite,HKLM,0x4,([^,]+),([^,]+),([^,]+)","reg add HKLM\\\1 /v \2 /t REG_DWORD /d \3 /f",eeFindNext Or eeReplaceAll Or eeFindReplaceRegExp
QuoteTo me, it is easier to port and test things from Win10XPE or Win10PESE to WimBuilder with such available option.I hope you do soon. well, I will add the feature soon.
I do not see error check if file exist.
I like the idea of creating shortcuts at build time, but wimbuilder requiring a driveletter not looks good to me.
Just to clear,I do not defend wb against .cmd