same as hasefroch here https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/page-201#post-1898645
VC redistributables is here (and will continue to be updated even if github is restored) https://gitlab.com/stdout12/vcredist/-/releases
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.
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
@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?
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%
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?
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
MS is the type of company I would absolutely trust doing such things. @abbodi1406 should check his repos thoroughly.