Windows 10 SVF Repository

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

  1. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,095
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. akhmedtaia

    akhmedtaia MDL Addicted

    Nov 2, 2013
    518
    138
    30
    #2182 akhmedtaia, Feb 28, 2018
    Last edited: Feb 28, 2018
    Thanx all
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,677
    450
    That would be homebrew.

    Both links are not allowed on MDL. If you want the UUP converted ISO just download it by using UUPDL and use UUP>ISO v14 to convert it to ISO.
     
  4. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,095
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    864
    8,151
    30
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,677
    450
  7. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,095
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    864
    8,151
    30
    Improved version of the EN-to-XX script

    Code:
    :: drag and drop a Source file onto this batch
    
    @echo off
    
    set SmvExec=%ProgramFiles%\SmartVersion\smv.exe
    
    set OutDir=.\EN2XX-SVF
    
    :: max number of SMVs to run simultaneously
    set RunInst=1
    
    
    
    
    cd /d "%~dp0"
    if not exist "%OutDir%" md "%OutDir%"
    
    if %RunInst% gtr 1 set _nowait=start "" /b
    
    call :_StrFind "%~n1" x86 x64 32bit 64bit x32
    
    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 24 -compressratio 192 -sha1 -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
     
  9. Zana Keene

    Zana Keene MDL Novice

    Feb 3, 2018
    10
    1
    0
    #2190 Zana Keene, Mar 24, 2018
    Last edited: Mar 24, 2018
    cant find link or alive torrents for ja_windows_10_enterprise_2015_ltsb_x64_dvd_6850774.svf anywhere, does anyone here have an alive download link for this? (exe patch also welcomed, 2016 version welcomed too)
     
  10. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,095
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Zana Keene

    Zana Keene MDL Novice

    Feb 3, 2018
    10
    1
    0
    you two saved my life, now i can get ltsb 2015 and 2016 in jap once again
     
  12. ForeverYoung2

    ForeverYoung2 MDL Novice

    Dec 5, 2015
    39
    24
    0
    I notice there is no en_us or just en_ for LTSB on your repo. The only close thing is en_gb is this the right svf to run? for USA?

    I'm not sure what the SVF procedure does exactly ... except for replacing/merging files.
    Sorry about the ignorance so I can get LTSB 1607 iso and the latest 1709 iso and run SVFSFX from Enthousiast and they will merge?

    Microsoft announced that March cumulative updates were the last for LTSB 1607, im simply looking for a solution.
    I dont want or care about 1709 features, I simply care about security and privacy.

    Thanks in advance!!
     
  13. Wazoo

    Wazoo MDL Addicted

    Nov 5, 2013
    513
    273
    30
    https://forums.mydigitallife.net/threads/windows-10-svf-repository.63324/page-108#post-1400136
    Check source iso.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    864
    8,151
    30
    #2196 GezoeSloog, Mar 29, 2018
    Last edited: Mar 29, 2018
    Because en_(us) was used as source file.
    No.
     
  15. ForeverYoung2

    ForeverYoung2 MDL Novice

    Dec 5, 2015
    39
    24
    0
    I must have misunderstood, some other post led me here recommending processing 1607 with svf to upgrade 1709. But maybe I was just hoping that's what SVF did.
    So is SVF a compression format that holds ISOs? or language packs?

    Sorry about the noob question, I am trying to understand it without going hands on (downloading... and VM-ing),
     
  16. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,095
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Phairat

    Phairat MDL Member

    Feb 19, 2014
    100
    37
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...