I didn't understand your question. This file is a SmartVersion. If you have the March file, simply download this file to get the April version. If you don't have any version downloaded yet, I recommend downloading the April version directly.
He knew that but he means the file is too big the smart version file should be smaller than the file you made so he ask you how you made it
By putting both ISOs (march and april) in the same folder and drag and drop the old one (march) on the script i gave you the other week.
I understand perfectly, thank you @Enthousiast, but isn't it easier to download the April iso directly? Than download both isos to create a patch? I think it's a good idea to download the April iso directly, as you always make it available to us. But thank you, I understand the question, I know how to do it. . .
You asked how to do it, i told you how SVF method is meant for people who want more then one ISO but don't have the download capacity for downloading 2 or more full ISOs. Some people asked for these specific patches because in the past they were not really that big, these days with all the updates integrated (thus very different and huge) the patches from old to new month became that big that downloading the full iso seems much easier and faster. For sharing bigger amount of isos svf or dvp is the best method, less bandwith and storage required. In the past we downloaded the en-US consumer ISO as soon as someone published it and all other desired isos we downloaded/shared as SVF based on that ISO.
Perfect for sharing in all languages, it makes up for a huge difference for this purpose, it's very good.
You can find it here: https://forums.mydigitallife.net/threads/smartversion-tools-scripts.79415/page-22#post-1715665 I see my current script is a bit updated at the hash settings and such: Code: :: drag and drop a Source file onto this batch @echo off set SmvExec=c:\Program Files\SmartVersion\smv.exe set OutDir=.\EN2XX-SVF :: max number of SMVs to run simultaneously set RunInst=2 cd /d "%~dp0" if not exist "%OutDir%" md "%OutDir%" if %RunInst% gtr 1 set _nowait=start "" /b call :_StrFind "%~n1" ISO for /f "usebackq delims=" %%i in (`dir "%~dp1*%_filter%*%~x1" /b /a:-d`) do ( if "%%~i" neq "%~nx1" if not exist "%OutDir%\%%~ni.svf" ( if %RunInst% gtr 1 call :_ProcWait smv.exe %RunInst% %_nowait% "%SmvExec%" BuildPatch "%OutDir%\%%~ni.svf" "%~1" "%~dp1%%~i" -nbhashbits 28 -compressratio 192 -sha1 -sha256 -nomd5 echo. ) ) exit :_StrFind echo %~1 | find /i "%~2" >nul if %ErrorLevel% neq 0 ( shift /2 if "%~2" neq "" goto _StrFind ) set _filter=%~2 exit /b :_ProcWait for /f %%i in ('tasklist /fi "ImageName eq %~1" ^| find /i /c "%~1"') do ( if %%i geq %2 ( timeout /t 1 /nobreak >nul goto _ProcWait ) ) exit /b This is a simple script for drag and drop source iso on the script to svf patch all other isos in the same folder.
You need: - DumbVersionPatcher: https://forums.mydigitallife.net/threads/dumbversion-patches.90211/ - The en-us_windows_11_consumer_editions_version_25h2_updated_march_2026_x64_dvd_a1cf6c36.iso as source - The Patch you already have. Everything is explained in the topic linked to above.
Can upload or mirror else than mega? en-us_windows_11_consumer_editions_version_24h2_updated_march_2026_x64_dvd_2f555385_to_en-us_windows_11_consumer_editions_version_24h2_updated_april_2026_x64_dvd_2c0d1958.svf