[DISCUSSION] User-friendly WinPE Builders with GUI

Discussion in 'Application Software' started by freddie-o, Jan 28, 2019.

  1. JuliusB

    JuliusB MDL Member

    Feb 25, 2018
    131
    41
    10
    Win10XPE_01-13-2025

    I took the same version as Freddie-0 (22H2) because for versions 23H2 or 24H2 Starting is failed
     

    Attached Files:

  2. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    491
    849
    10
    #462 migascalp, Feb 2, 2025
    Last edited: Feb 2, 2025
    Open in editor Win10XPE\Projects\Win10XPE\Core.script
    Find:
    Code:
    If,%Accessibility_CheckBox%,Equal,True,Exec,%ProjectDir%\Features\Accessibility.Script,Process,HiveLoaded
    Else,Begin
    AddVariables,%ProjectDir%\script.project,TargetBasePath
    
    To remove shortcut insert below:
    Code:
    If,ExistFile,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk",FileDelete,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk"
    
    To remove shortcut and executable insert below:
    Code:
    If,ExistFile,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk",FileDelete,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk"
    If,ExistFile,"%GTarget_Sys%\Narrator.exe",FileDelete,"%GTarget_Sys%\Narrator.exe"
    
    To restore the script to normal behavior without removing the added lines, simply comment them out:
    Code:
    If,%Accessibility_CheckBox%,Equal,True,Exec,%ProjectDir%\Features\Accessibility.Script,Process,HiveLoaded
    Else,Begin
    AddVariables,%ProjectDir%\script.project,TargetBasePath
    //If,ExistFile,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk",FileDelete,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk"
    //If,ExistFile,"%GTarget_Sys%\Narrator.exe",FileDelete,"%GTarget_Sys%\Narrator.exe"
    
     
  3. maszd

    maszd MDL Novice

    Feb 3, 2019
    42
    13
    0
    #463 maszd, Feb 2, 2025
    Last edited: Feb 2, 2025
    Thank you very much @migascalp :worthy: working perfect :clap:
    Sorry to ask again, i'm forget about step recorder and wordpad, how to remove it?
    Thank you!

    Nvm. forget to uncheck windows apps :D
     
  4. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    906
    401
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,613
    2,694
    60
    Thanks. Added to the OP
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,613
    2,694
    60
    These 2 blank icons appear on my desktop with "Win10XPE Project_2025-02-18"
    Never happened with previous versions


    Win10XPE.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. EXO56

    EXO56 MDL Member

    Mar 22, 2013
    209
    312
    10
    I've seen this before.
    Not related to the builder itself i think.
    If i remember well, it happened only when i altered the system shell folders CLSID's.
     
  8. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,613
    2,694
    60
    #469 freddie-o, Feb 24, 2025
    Last edited: Feb 24, 2025
    (OP)
    I guess I'll stay with "Win10XPE_01-13-2025" until a solution is found
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,613
    2,694
    60
    #470 freddie-o, Feb 24, 2025
    Last edited: Feb 25, 2025
    (OP)
    Successfully built a 26100 Win10XPE using "Win10XPE_01-13-2025"
    Downloaded the latest StartAllBack.exe and used "StartAllBack.script" from "Win10XPE Project_2025-02-18" (updating the StartAllBack build number)


    Win10XPE_26100.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. JuliusB

    JuliusB MDL Member

    Feb 25, 2018
    131
    41
    10
    Supports up to Windows_11_23H2_22621.2428
    Win10XPE Project_2025-03-02


    Win10xpe Project_2025-03-02 Corrects some bugs
    But I will stay with Windows_11_23H2_22621.2428
    Because the problem taskbar and StartAllback
    is not about to be resolved with Winpe11
     

    Attached Files:

  11. jineso

    jineso MDL Senior Member

    Oct 8, 2021
    308
    74
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. W7W10

    W7W10 MDL Junior Member

    May 11, 2023
    51
    14
    0
    Thank you.

    My goal is to create base/barebone/micro/minimalist OS without those MS "bells and whistles" using but not limiting MS ISO as source. Said Validation OS doesn't have regedit for example. In other words to extract the most important from there. Something like to disassembly it. If it's possible of course.
    But I need kind help with conversations and links.
    Would you please help me please?
     
  13. jineso

    jineso MDL Senior Member

    Oct 8, 2021
    308
    74
    10
    Of course I would like to help if I know the answer for an question you ask.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. W7W10

    W7W10 MDL Junior Member

    May 11, 2023
    51
    14
    0
    Thank you.

    It's time for me to think what do I really need for this to get:)

    But thank you anyway.
     
  15. jineso

    jineso MDL Senior Member

    Oct 8, 2021
    308
    74
    10
    Actually, it seems that you know more about this than I do. I read the links you shared-they were very useful and new to me. Please share your experience when you complete any version of the OS, as it will benefit all of us.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...