Win 11 Boot And Upgrade FiX KiT (v6.1f2 Released!!!)

Discussion in 'Windows 11' started by Enthousiast, Jun 28, 2021.

  1. migascalp

    migascalp MDL Addicted

    Sep 18, 2009
    534
    908
    30
    I'll be able to improve my script.
    Thank you.
     
  2. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,533
    1,639
    60
    6.0 and 6.1 create the same iso (the only difference is the location of the source iso which doesn't affect the content of the generated iso).
     
  3. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,533
    1,639
    60
    This should work for you :
    Code:
    for /F "delims=" %%i in ('powershell -NoP -C ^
        "[void](Add-Type -AssemblyName System.Windows.Forms);" ^
        "$FileBrowser = New-Object System.Windows.Forms.OpenFileDialog;" ^
        "<#$FileBrowser.InitialDirectory=\"%~dp0Source_ISO\"#>;" ^
        "$FileBrowser.Title = 'Select the Windows iso image';" ^
        "$FileBrowser.Filter = 'ISO images (*.iso)|*.iso';" ^
        "$FileBrowser.Multiselect = $False;" ^
        "If($FileBrowser.ShowDialog() -ne 'Cancel'){$FileBrowser.filename}" ^
        ') do set "ISO_Path=%%i"
     
  4. migascalp

    migascalp MDL Addicted

    Sep 18, 2009
    534
    908
    30
    I tried to adapt my script into this format this weekend, but I failed.
    Your response is timely.
    Thank you.
     
  5. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,533
    1,639
    60
    I just tried and the iso was created
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,562
    116,334
    450
    #1787 Enthousiast, Oct 19, 2025 at 12:48
    Last edited: Oct 19, 2025 at 13:00
    (OP)
    That's because of the inserted generic ei.cfg file in the sources folder of the ISO.
    With option 2 that should not happen (checking now EDIT checked and option 2a and b don't show server in the title bar), option 1 uses UFWS and the server.cfg file, server doesn't enforce the windows 11 system requirements.

    For clean install and using option 2 only 2a is needed, for upgrades you need to run 2b on the system you want to upgrade to 24/25H2.

    Thanks:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    The only thing I noticed is that I can't select the other options, only the (0) button.
    I don't know if that matters.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,562
    116,334
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Sorry.
    I understand now, I wasn't familiar with the tool.
    Just select example 2 and the asterisk moves by itself, then press “0”.
    So in my case, to prevent the Windows Server message from appearing, I have to select 2 and 3 (AIO 2a\2b)?

    Thank you.
     
  10. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    After reading the notes and to be on the safe side, is it perhaps better to leave only option [1] AIO 1, even though the words “Windows Server” appear?

    Thank you.
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,569
    9,377
    240
    Use only option 1 OR option 2a. NOT 2b, unless you want to prepare the CURRENT OS for upgrading. Option 2a will copy the necessary preparation script to the ISO, too, for execution prior to setup.exe, in order to prepare that system.

    Whew, long sentence.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Perhaps you mean SysPrep?
     
  13. CaptainSpeleo

    CaptainSpeleo MDL Expert

    May 24, 2020
    1,004
    721
    60
    #1794 CaptainSpeleo, Oct 19, 2025 at 16:06
    Last edited: Oct 19, 2025 at 16:27
    Enthousiast:
    Just for your information:
    I deployed Win_11_Boot_And_Upgrade_Fix_Kit_v6.1f2.cmd (option #1 with default extras) after placing a newly downloaded 7.20 GB size "Win11_25H2_English_x64.iso" ISO inside the Source_ISO folder.
    The conversion process went very quick and a slightly smaller 7.18 GB size ISO was created in less than 2 minutes.
    A bootable install disc was created and a clean install of Windows 11 Pro Version 25H2 Build 26200.6899 was done in my 7th generation Dell Precision Tower 3620.
    The install and setup process went fine without any problems.
    :)
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,562
    116,334
    450
    Again, we use the server info so the install is not enforced to meet the windows 11 requirements.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Thank you for confirming.
     
  16. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,569
    9,377
    240
    No. Some Registry Voodoo, mainly.

    Option 1 works as-is, but uses (and displays) Server as disguise, as Server does not check for the requirements. Wrong display is only until the first reboot.

    Option 2a uses a different method, you fist run the special script copied to the ISO, and then setup.exe.

    Option 2b is a quick fix if you want to upgrade your current OS to 11 and the PC does not meet the requirements.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Thank you for the detailed explanation.
     
  18. Luka365

    Luka365 MDL Member

    Aug 20, 2012
    141
    85
    10
    Excuse my ignorance.
    I'm looking for a tool that allows me to upgrade
    my Windows 10 Pro to Windows 11
    while keeping my installed programs.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,533
    1,639
    60
    If your PC meets the requirements, Windows Update can do this for you.
    Otherwise, create a windows 11 iso; a in-place upgrade keeps your programs.and parameters.
    Be sure to apply the latest windows 10 updates before upgrading.