Windows 10 SVF Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,065
    2,068
    90
    not anymore. December 2024 ISOs are now okay to use (at least the US English one for Win10 22H2, which I'll use to re-install Win10 on a couple of my computers in early January 2025). I no longer need the November 2024 ISO downloads
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,901
    104,491
    450
  3. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    877
    8,556
    30
  4. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,191
    21,346
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,901
    104,491
    450
  6. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    460
    173
    10
    While waiting for the x64 patches to show up, I want to ask something important. Are the SVF files included in there the same as the ones provided by GezoeSloog? Because their sums here seem different.
    Code:
    $ sha1sum gezoe/el-gr_windows_10_consumer_editions_version_22h2_updated_jan_2025_x86_dvd_45152214.svf
    e9a80fa2b8a678f08969045817fbc35345a40cba  gezoe/el-gr_windows_10_consumer_editions_version_22h2_updated_jan_2025_x86_dvd_45152214.svf
    $ sha1sum svfsfx/el-gr_windows_10_consumer_editions_version_22h2_updated_jan_2025_x86_dvd_45152214.svf
    f41f21bf7f83ed22007d93bebc2da385b483c9bf  svfsfx/el-gr_windows_10_consumer_editions_version_22h2_updated_jan_2025_x86_dvd_45152214.svf
    I extracted the exe files with 7z to get the svf ones like so
    Code:
    $ 7z x el-gr_windows_10_consumer_editions_version_22h2_updated_jan_2025_x86_dvd_45152214.exe
    (lots of output from 7z)
    $ ls
    Decode.bat                                                                             pd
    el-gr_windows_10_consumer_editions_version_22h2_updated_jan_2025_x86_dvd_45152214.exe  smv.exe
    el-gr_windows_10_consumer_editions_version_22h2_updated_jan_2025_x86_dvd_45152214.svf
    I would love to use the pixeldrain or the buzzheavier mirror, because I can do everything from command line.

    p.s. The pd executable there is a small command line app, written in go, to download from pixeldrain. Ignore it please.

    ---edit
    Oh there is also a decode.bat file there. I wonder what this does :D