What is the error you get with BartPE (PE Builder) ? It works here with techbench 20H2 ISO, also with 190412.610 UUP To support 20H2, Win10XPE fixes some registry issues. But 20H2 winre.wim does not seem to be at its best, it may be preferable to keep 20H1 (19041.264) without the 20H2 cumulative
@chrisr I'm sure I'm speaking for all the thousands (hundreds?, dozens?, both?) of MDL XPE users, when I say: Thank you very much for this unexpected surprise
For those who have already downloaded, Mega Optional Application Download has been updated due to a bug and Rufus has been updated to v3.13.
Hello Currently for my Win10XPE project I use the autorun.cmd script to have the taskbar at the top of the screen Code: Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3" /v "Settings" /t REG_BINARY /d "30000000feffffff02200000010000003e0000002e0000000000000000000000800700002e0000006000000001000000" /f taskkill /f /im explorer.exe I would like to know how to do this via plugin?
Hello migascalp, It is indeed better to do it via plugin so it is preset without the need to do it at startup. To do it, Export "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3" to a reg file Then use the Reg Convert PE button of the Create ISO plugin to convert the reg file into script Instead of creating a script, just use the Addition plugin, it is made for that. Edit "Add or Edit converted PE registry" to add the key under the Registry section, Save and close Notepad. Code: [Registry] RegWrite,HKLM,0x3,Tmp_Default\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3,Settings,30,00,00,00,fe,ff,ff,ff,02,20,00,00,01,00,00,00,3e,00,00,00,2e,00,00,00,00,00,00,00,00,00,00,00,80,07,00,00,2e,00,00,00,60,00,00,00,01,00,00,00 Enable the Addition plugin and "Add or Edit converted PE registry" checkbox to add in your next build Or use the tiny play button to add to an existing build + (Re)Create boot.wim and ISO
Working great. Thank you so much Edit: Add script Code: [Main] Selected=True NoWarning=False Title=TaskbarOnTop Description=Taskbar on top of screen Date=2009.01.04 Author=migascalp Download_Level=0 Level=5 Version=1 [Process] RegHiveLoad,Tmp_Default,%RegDefault% RegWrite,HKLM,0x3,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3,Settings,30,00,00,00,fe,ff,ff,ff,02,20,00,00,01,00,00,00,3e,00,00,00,2e,00,00,00,00,00,00,00,00,00,00,00,80,07,00,00,2e,00,00,00,60,00,00,00,01,00,00,00 RegHiveUnLoad,Tmp_Default
> ISOs created via UUP files look good. ...... Except for UUP ISOs, It is preferable to use Windows 10 version 2004 - 20H1 and forget Windows 10 version 2009 - 20H2 It didnt work for me ...... the install.wim ( 19042 ) and the boot.wim ( 19041 ) dont match .
It was good here for version 19042.631 For info, winre.wim (for RecEnv, rejuvenation) is used as base, not boot.wim. In convert-UUP.cmd checks that you have: Set SkipWinRE=0 In any case, it is better, safer to use 20H1 19041.264 as base, I use this one for testing currently... And from time to time, I test a preview to test the compatibility. Latest build tested 21292