abbodi1406's Batch Scripts Repo

Discussion in 'Scripting' started by abbodi1406, May 4, 2017.

  1. Gloeyisk

    Gloeyisk MDL Member

    Sep 2, 2020
    122
    14
    10
    Is there any Windows 11 Updates installer batch/script for WHD similar to W10UI?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    W10UI works for WHD
    you only need to choose the correct build folder as Updates Location
     
  3. Gloeyisk

    Gloeyisk MDL Member

    Sep 2, 2020
    122
    14
    10
    So the W10UI can be used for installing Windows 11 updates through WHD?
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Yes
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
  6. SEBA33

    SEBA33 MDL Member

    Oct 28, 2024
    217
    43
    10

    I don't know if I reported but when I tried use that Bypass after update windows 10 before ESU, that didn't detected to me any suppressor. Only MAS unlocked ESU to me. You can look on that and eventually fixed, for WU can detect updates in ESU?
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    it's not hard to translate ReadMe.txt to your lang
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    uup-converter v122

    - Fix/Restore boot setup for builds 29600+
    - More checks for setup background images to match real boot.wim
    - Skip updating bootmgr file (BIOS setup) when UpdtBootFiles is enabled
    - Add/Update boot.pnd.stl to the iso media along with boot.stl

    thanks to @Enthousiast for helping and testing
     
  10. June's Hill

    June's Hill MDL Member

    Jul 1, 2021
    143
    180
    10
    Hello @abbodi1406

    Thanks for your new releases. Some hours ago, I was creating an updated ISO Windows 10 GAC (Enterprise) 19041.1 ISO: Script Downloaded from UUP dump, and made it with uup-converter v122 (and Virtual Editions v122).

    When I use the latest W10UI v10.59s with the latest updates (12 x64 update files from the "Updates Overview" section of Win10 19041/2/3/4/5), I encounter an annoying Windows Security notification when the process was on "WinRE Creation":

    Code:
    Trojan:Win32/Commando.A!ml
    CmdLine: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -nop -c $r='E:\W10UItemp_6320\W10UIreg.txt'; $f=[IO.File]::ReadAllText('E:\z-2026-06-15-A\W10UI_10.59s\W10UI.cmd') -split ':cbsreg\:.*';iex ($f[1])
    
    I don't know if it's caused by the Defender signature from today, or something in the scripts. Maybe in uup-converter-wimlib-122 and W10MUI_25_2 would be the same problem.

    Thank you for your great development.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. June's Hill

    June's Hill MDL Member

    Jul 1, 2021
    143
    180
    10
    I never disable the Antivirus and the process completed successfully. If I'm reporting this it's because I never had something like this before.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Read the info in the links i added.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. June's Hill

    June's Hill MDL Member

    Jul 1, 2021
    143
    180
    10
    I read it. I had to refresh the page because you edited the post but it didn't appear as "edited".
    And yes, I see that many users are having the same issue (False Positive by Windows Security/Defender). This is new because one month ago I didn't have any problem.
     
  15. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,042
    1,010
    90
    I've had defender block many things in the past and slow down operations. These days I turn it off in my batch files using WinDefCtl. No need to think about it anymore...
    Code:
    :: ***** Disable Defender *****
    .\Tools\WinDefCtl rtp off
    https://forums.mydigitallife.net/th...windows-defender-and-tamper-protection.89900/
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Yes, it's mosly new detections pattern

    those powershell commands are the only way to modify registry values required for cbs servicing (cleanup, resetbase, baseline for 26100+, ...etc)
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    uup-converter v123

    - Update ISO\sources\unbcl.dll from install.wim for builds 26100+

    thanks to @Enthousiast for helping and testing

    Maybe to avoid similar future microsoft mistakes, i should update all ISO\sources files from install.wim if they don't exist in the setup DU? :g:
    or let's see if they do it a third time :rolleyes:
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    W10UI v10.60

    - Update ISO\sources\unbcl.dll from install.wim for builds 26100+
    - Skip updating bootmgr file (BIOS setup) when UpdtBootFiles is enabled
    - Add/Update boot.pnd.stl to the iso media along with boot.stl
    - Skip adding expanded baseline KB5043080 to WinPE if newer LCU already integrated (thanks to @WhereTheTimeWent for testing)
     
  19. Cartel

    Cartel MDL Novice

    Jun 18, 2026
    1
    0
    0
    #4139 Cartel, Jun 18, 2026
    Last edited: Jun 18, 2026
    thank you for the posts on windows 8 and .net 4.8
    without the forabbodi zip file none of it worked but after copying the cat files and then trying the update file again my software would work.
    In my case the was the sct device updater program for my sct X4 tuner. I couldn't do jack sht without .net 4.8
    thank you abbodi1406 and ruslanshchur
     
  20. redsunset

    redsunset MDL Member

    Mar 16, 2022
    198
    98
    10
    #4140 redsunset, Jun 19, 2026
    Last edited: Jun 19, 2026
    Is there a known issue or workaround when using W10UI in a vm? I keep getting not enough storage space error 122 when the script is trying to save install.wim. This happens both in vmware and qemu/kvm.
    The target was LTSC 2021, and Win 10 22H2 running in the vm.
    Code:
    [4360] [0xc144012e]
    2026-06-18 23:47:14, Error                 DISM   DISM WIM Provider: PID=4360 C:\W10UImount_19754\Windows\INF\secrecs.inf (HRESULT=0x80070070) - CWimManager::WimProviderMsgLogCallback
    [4360] [0x80070070] AddFileNodeToImage:(921): There is not enough space on the disk.
    [4360] [0x80070070] EnumImageFiles:(135): There is not enough space on the disk.
    [4360] [0x80070070] EnumImageFiles:(154): There is not enough space on the disk.
    [4360] [0x80070070] EnumImageFiles:(154): There is not enough space on the disk.
    [4360] [0x80070070] WriteFileImage:(1028): There is not enough space on the disk.
    [4360] [0x80070070] GetImageErrorCode:(2837): There is not enough space on the disk.
    [4360] [0x80070070] ImageWorkerThread:(198): There is not enough space on the disk.
    [4360] [0x80070070] GetImageErrorCode:(2837): There is not enough space on the disk.
    [4360] [0x80070070] WriteDirImage:(1515): There is not enough space on the disk.
    [4360] [0x80070070] ImageRecaptureDirectory:(141): There is not enough space on the disk.
    [4360] [0x80070070] WIMCommitImageHandle:(1426): There is not enough space on the disk.
    2026-06-18 23:47:17, Error                 DISM   DISM WIM Provider: PID=4360 TID=5484 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimimage.cpp:194 - CWimImage::Save(hr:0x80070070)
    [4360] [0xc144012e]
    2026-06-18 23:47:17, Error                 DISM   DISM WIM Provider: PID=4360 [WIMCloseWIM:(2835) -> The existing WIM file became corrupted] E:\sources\install.wim (HRESULT=0x80070570) - CWimManager::WimProviderMsgLogCallback
    2026-06-18 23:47:17, Error                 DISM   DISM WIM Provider: PID=4360 TID=5484 "Could not commit changes during unmount." - CWimImage::Unmount(hr:0x80070070)
    2026-06-18 23:47:17, Error                 DISM   DISM WIM Provider: PID=4360 TID=5484 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2647 - CWimManager::InternalOpUnmount(hr:0x80070070)
    2026-06-18 23:47:17, Error                 DISM   DISM WIM Provider: PID=4360 TID=5484 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4124 - CWimManager::InternalCmdUnmount(hr:0x80070070)
    2026-06-18 23:47:17, Error                 DISM   DISM WIM Provider: PID=4360 TID=5484 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070070)
    2026-06-18 23:47:17, Error                 DISM   DISM WIM Provider: PID=4360 TID=5484 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2119 - CWimManager::ExecuteCmdLine(hr:0x80070070)
    2026-06-18 23:47:17, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.

    There's plenty of storage space available.