abbodi1406's Batch Scripts Repo

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    W10UI v10.58:
    - Fix: RCU support and related issues

    uup-converter v120:
    - Fix: RCU cab is still extracted and processed with LCUmsuExpand 2


    thanks to @BELNN, @Paul Mercer and @fch1993 for feedback and testing

    special thanks to @Enthousiast for debugging and helping to find the main cause
    (it was RCU-26100.7052-x64-baseless.psf interfering with Windows11.0-KB5067115-x64.wim)
     
  3. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    https://github.com/abbodi1406 404 error

    https://pixeldrain.com and https://files.catbox.moe Cannot access

    Can be uploaded to?
    https://www.mediafire.com
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    Perhaps it was not clearly stated that certain websites are restricted in certain regions. You can access it normally there, but I cannot access it here.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Tried a vpn?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. m.fessler

    m.fessler MDL Novice

    Jan 15, 2020
    48
    18
    0
    #3929 m.fessler, Nov 16, 2025
    Last edited: Nov 16, 2025
    Works great - thanks!
    Tested with W10Pro x64 19045.6466 -> 19045.6575 with "Check for updates" in the settings.
    Speaking of which - is there any way to hide the "Enroll in Extended Security Updates..." message?

    If I may bother you a litte more:
    May I ask why this isn’t listed here (directly in the list) as well?
    Is the script for all 3 years of Business ESU?
    For the average Joe, whose Windows should always be automatically updated via WU, is "BypassESU X" or MAS TSforge ESU better (safer/more reliable, less intrusive/altering to the system)?

    Cheers, Martin
     
  8. Buberella

    Buberella MDL Novice

    Jul 31, 2015
    1
    0
    0
    Could this have something to do with the migration from Github to Azure (which Microsoft has started)?
     
  9. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    No, someone snapped and reported him. It is shadow-banned right now.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. home7eh2025

    home7eh2025 MDL Junior Member

    Mar 24, 2025
    51
    25
    0
    i hope that is not permanently and it will be lifted soon...

    thank you in advance for all your good works.
    _________________
    home7ech
    pS : Creative Learning by Doing, Slowly but Do iT Cool's
     
  11. AndyMutz

    AndyMutz MDL Senior Member

    Jun 30, 2011
    369
    688
    10
    just an update.. thanks to your BypassESU X script, I figured everything out :)

    -andy-
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Code:
    reg.exe add "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\ConsumerESU" /v ESUEligibility /t REG_DWORD /d 1 /f
    SCHTASKS /Change /DISABLE /TN "\Microsoft\Windows\Clip\ClipESUConsumer"
    The script should work until the end of life.. for 19041 updates

    both are safe, they modify system file once
    however, there is a chance that TSforge ZeroCID could be invalidated
     
  13. Wannabe

    Wannabe MDL Member

    Aug 1, 2007
    100
    78
    10
    How does you script differ from TSforge technically, in short?
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    TSforge gives you valid (forged) ESU license activation, that will be validated on each ESU update installation

    BypassESU suppress (prevent) ESU validation completely
     
  15. rkkc

    rkkc MDL Novice

    Jun 10, 2010
    3
    0
    0
    Hello,
    I was trying to add KB5068781 to Win10 IoT LTSC offline install.wim and got the DISM error # 0x80073713 "The specified image is no longer serviceable and may be corrupted."

    Does Win10 IoT LTSC need to bypass ESU as well? Thanks
     
  16. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
    Yes

    Post #3862
    Code:
    forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/page-194#post-1896408
     
  17. rkkc

    rkkc MDL Novice

    Jun 10, 2010
    3
    0
    0
    Thank you Ace2 & abbodi1406, done with applying Wim-Integration.cmd to the DISM mount dir of install.wim of W10 IoT LTSC,
     
  18. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,154
    441
    60
    It's still unavailable days later; GitHub really isn't looking too-appealing at the moment.