abbodi1406's Batch Scripts Repo

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

  1. Hasefroch

    Hasefroch MDL Addicted

    Dec 24, 2018
    591
    495
    30
    this screen?
    [​IMG]
    i clicked next but nothing appeared

    26200.7309 arm64
     
  2. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    no problem :)
     
  3. Pasha_ZZZ

    Pasha_ZZZ MDL Novice

    Nov 26, 2013
    1
    0
    0
    There is no VC redistributables... Version 102 is latest? And where will be updates in the future?
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    VC redistributables is here (and will continue to be updated even if github is restored)
    https://gitlab.com/stdout12/vcredist/-/releases
     
  5. VDev

    VDev MDL Member

    Sep 9, 2015
    156
    84
    10
    #4006 VDev, Dec 6, 2025
    Last edited: Dec 6, 2025
    Hi @abbodi1406 I wanted to ask if Bat utils repo is changed to gitlab and wasn't sure if its the official version. I have changed remote origin from github to gitlab. If its official, I will update the remote url on all my machines and external disks which are on old github's version.

    https://gitlab.com/saiwp/BatUtil

    I created Edge remover from offline image. It still rough for all edge cases. Its been a long time I used powershell as I use cmd in the past. I simply automated with Dism powershell APIs with the help of copilot GPT4.1.
    Gitlab repo is mirrored from Github public repo:
    https://github.com/vasudev-gm/Registry-Tweaks-Scripts/blob/master/Remove-Edge-ISO.ps1
    https://gitlab.com/vasudev_gmk/registry-tweaks-scripts/-/blob/master/Remove-Edge-ISO.ps1

    Export Image api is failing repeatedly on a loop for multiple editions on stock ISOs. ISO creation and ESD conversion is still missing. Powershell Dism module has lot of EcoQoS limitations.
     
  6. dudulevi

    dudulevi MDL Novice

    Dec 6, 2025
    3
    0
    0
    cant download from abbodi1406 github, alternative ?
    what happen to all his git projects ?
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Not mine, but it seems a valid mirror
    i will create mirror for all my repos on gitlab soon

    try this
    Code:
    $WimTemp = [IO.Path]::GetDirectoryName($WimPath) + '\temp.wim'
    $count = (Get-WindowsImage -ImagePath $WimPath).Count
    1..$count | foreach {
        Export-WindowsImage -SourceImagePath $WimPath -SourceIndex $_ -DestinationImagePath $WimTemp
    }
    if (Test-Path $WimTemp) {
        Move-Item -Path $WimTemp -Destination $WimPath -Force
    }
    https://forums.mydigitallife.net/posts/1896731/
    check the OP (first post) header for temporary mirror
     
  8. BELNN

    BELNN MDL Member

    Apr 2, 2016
    136
    92
    10
    @abbodi1406, Is there a way to teach converter-UUP how to integrate the Enablement Package from version 26120 onwards into Winre.wim, or how to edit your script for this change?
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Try this

    search for this line
    Code:
    %_dism2%:"!_cabdir!" %dismtarget% /LogPath:"%_dLog%\DismWinPE.log" /Add-Package %safeos%
    and add this line above it / before it
    Code:
    if defined ekbpack if %_build% geq 26100 %_dism2%:"!_cabdir!" %dismtarget% /LogPath:"%_dLog%\DismUpdt.log" /Add-Package %ekbpack%
     
  10. BELNN

    BELNN MDL Member

    Apr 2, 2016
    136
    92
    10
    @abbodi1406, Thank you. Everything was successful.
     
  11. OutcOntrOl

    OutcOntrOl MDL Novice

    Nov 26, 2025
    1
    1
    0
    Thanks work good

     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
  13. VDev

    VDev MDL Member

    Sep 9, 2015
    156
    84
    10
    Thanks @abbodi1406 I'll check it out and make corrections.
     
  14. maxtorix

    maxtorix MDL Member

    Feb 3, 2010
    226
    207
    10
    People's projects on Github from the time when MS acquired Github are under MS surveillance and some projects are even taken over and in-place replaced with MS unworkable bloat to act like that is the real project but is not, for an example that is mostly what happen with Windows 7's extended kernel projects, and Revert8Plus which releases are obvious that are automatically created.

    @abbodi1406 can you mirror your Repos somewhere else as Mega or InternetArchive where wouldn't get removed?
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    gitlab is more strict than github
    i don't think it will be better alternative
     
  16. VDev

    VDev MDL Member

    Sep 9, 2015
    156
    84
    10
    Yep just found it because its not mirroring code pushed to github.
    BTW, the script worked fine and made it to optimize wim module and worked wonderfully. Even I missed proper validation of WimPath variable. Its even faster than WinToolkit.
    Thank you very much
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    abbodi1406 Github profile is unbanned :bookside:
     
  18. witherornot

    witherornot MDL Member

    Nov 18, 2020
    157
    991
    10
    Invasion of the GitHub-snatchers?
     
  19. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    MS is the type of company I would absolutely trust doing such things. @abbodi1406 should check his repos thoroughly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...