Windows 10 SVF Repository

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

  1. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,183
    21,302
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. NoobIsrael

    NoobIsrael MDL Novice

    Mar 30, 2015
    8
    2
    0
    I quit, nothing works
     
  3. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,183
    21,302
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    876
    8,507
    30
  5. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,183
    21,302
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. taviruni

    taviruni MDL Senior Member

    May 8, 2010
    261
    249
    10
    Any news about this?, If you have troubles with very long post just send my a PM with x86 MEXX>ALLXX, please.

    Thanks in advance
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    Was hoping to be able to include the VLSC iso's, but the Bulk Download SVF patches are already posted, x86 and x64 (only en-US VLSC Pro (N) + Edu (N) x64).
     
  8. fadingstar

    fadingstar MDL Novice

    Mar 2, 2017
    27
    5
    0
    #1869 fadingstar, May 11, 2017
    Last edited: May 11, 2017
    Can anyone teach me how to create SVF?
    MDL search is hard to understand. It just gives 10 page result and nothing related to what I searched for.
    If any one can point me towards the SVF creation guide it really will be helpful.
    Didn't mean to post in this thread but thought not to create a thread.
    I will request mods to delete this post once I find a guide.
    Thanks for understanding.
     
  9. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,183
    21,302
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,183
    21,302
    240
    @Oz

    after the "hack" the thread about SVF losted
    so this is recovered from a old thread
    i like (someone) to start a new HOW-to stuff 4 svf's & some batch's, but my english are not good
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Oz

    Oz MDL Expert

    Sep 1, 2009
    1,132
    769
    60
    #1873 Oz, May 11, 2017
    Last edited: May 11, 2017
    You're doing just fine buddy :)

    The one you linked just need to be moved into Application Software and locked in place.
     
  12. fadingstar

    fadingstar MDL Novice

    Mar 2, 2017
    27
    5
    0
    Please write a new guide. We don't need perfect English but guide.
     
  13. Oz

    Oz MDL Expert

    Sep 1, 2009
    1,132
    769
    60
    You just got handed a link to a perfect guide, go read it!
     
  14. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    #1876 AeonX, May 12, 2017
    Last edited: May 12, 2017
    Some batches I saved from the old thread about SVF and modified some things for my needs:

    MakePatch.cmd
    Code:
    @echo off
    
    if [%1]==[] (echo Usage: MakePatch.cmd SourceFile.ext DestFile.ext & exit /b)
    
    if [%2]==[] (echo Usage: MakePatch.cmd SourceFile.ext DestFile.ext & exit /b)
    
    set smvexec=smv.exe
    set svfname=%~n1_TO_%~n2.svf
    
    cd /d "%~dp0"
    if exist "%svfname%" (echo %svfname% already exists & exit /b)
    
    "%smvexec%" BuildPatch "%svfname%" "%~1" "%~2" -nbhashbits 24 -compressratio 49 -sha1 -sha256
    echo -------------------------------------------------------------------------------
    exit /b
    Have smv.exe, batch, and both ISOs in the same folder and type in the prompt: MakePatch Source.iso DestFile.iso

    Batch-Extract.cmd
    Code:
    @echo off
    cd /d "%~dp0"
    for %%f in (*.svf) do (
      smv x %%~nxf -br .
      echo.
      echo ----------------------------------------
      echo.
    )
    
    pause
    exit /B
    Extract all the .svf files that are in the same folder as the batch.
    Be sure to have Source ISO, SVF files, batch and smv.exe in the same folder.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. vanelle

    vanelle MDL Expert

    Sep 22, 2014
    1,544
    1,491
    60
    Korean 1703 VLSC

    Code:
    78BF837F7D3511DF5B216D3EC1FA8047982279CE *SW_DVD5_Win_Edu_10_1703_32Bit_Korean_MLF_X21-36577.iso
    91323673F8A357CD26CB7C13BDD0AD25097DFD0A *SW_DVD5_Win_Edu_10_1703_64Bit_Korean_MLF_X21-36578.iso
    D5963E67818B4F91DE6455B11EA37A655B60146A *SW_DVD5_Win_Pro_10_1703_32Bit_Korean_MLF_X21-36749.iso
    CCDEA29D060320301426168AF3D7292389F3B9F5 *SW_DVD5_Win_Pro_10_1703_64Bit_Korean_MLF_X21-36750.iso
    
    patches are up to the collectors cloud
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    May i ask where to find the "collectors cloud" ? It makes no sense to publish svf's that aren't publicly available.
     
  17. vanelle

    vanelle MDL Expert

    Sep 22, 2014
    1,544
    1,491
    60
    But that makes sense (for all who are also willing to give)!
    What makes no sense is to share files with others who do not do anything here, just begging and thinking about themselves.

    You are not :hug2:.
    You always share everything, but you invite all Homer Simsons by this way.
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    #1880 Enthousiast, May 15, 2017
    Last edited: May 15, 2017
    Isn't it a forumrule that all shares on MDL should be openly availabe?

    You don't share, you trade, what would someone have to share if they are here to find it? Have asked you and oz before, got no answer.

    We see many people asking, the one who asks is single.