Windows 10 ESD Repository

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
    #741 xinso, Nov 4, 2015
    Last edited: Nov 4, 2015
    Thank you. and much appreciated it.

    Elsewhere? Pardon me? (Never mind. It is late, and I must log out now.)
     
  2. ztsoft

    ztsoft MDL Novice

    Mar 17, 2012
    15
    6
    0
    i have the same problem like qta3426
    script cant get the right branch with 10586 esd file
     

    Attached Files:

    • log.txt
      File size:
      13.3 KB
      Views:
      49
  3. ztsoft

    ztsoft MDL Novice

    Mar 17, 2012
    15
    6
    0
    #744 ztsoft, Nov 7, 2015
    Last edited by a moderator: Apr 20, 2017
    First please forgive my English is not very good.
    I also have your problem, I use zh-cn, 10586 esd.
    Check the code for the V9 script.I found the script use 7z to extract the version.txt.
    But different languages of the EXE file to extract the version.txt character encoding is not the same
    So the find command cannot find a string in a non UTF-8 character set.
    Then I upgraded the 7z.exe and 7z.dll to v15.10.
    I use the following command to get version information as well.
    Code:
    bin\7z.exe l %systemdrive%\temp\setupprep.exe > %systemdrive%\temp\version.txt
    for /f "skip=2 tokens=4,5 delims=. " %%i in ('find "FileVersion" %systemdrive%\temp\version.txt') do set version=%%i.%%j
    for /f "skip=2 tokens=7 delims=.) " %%i in ('find "FileVersion" %systemdrive%\temp\version.txt') do set datetime=%%i
    for /f "skip=2 tokens=6 delims=.( " %%i in ('find "FileVersion" %systemdrive%\temp\version.txt') do set branch=%%i
    

    Finally I got the right ISO file name like
    10586.0.151029-1700.TH2_RELEASE_CLIENTPRO_OEMRET_X64FRE_ZH-CN.ISO.
    @abbodi1406 I'm sorry to modify your script. Thank you for providing such a good script, I like it very much.
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    #745 abbodi1406, Nov 8, 2015
    Last edited by a moderator: May 23, 2017
  5. spedia

    spedia MDL Senior Member

    Jul 13, 2009
    281
    103
    10
    TH2 general release is build 10586.
     
  6. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    506
    30
    #747 apologized, Nov 8, 2015
    Last edited by a moderator: May 23, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. 600415

    600415 MDL Member

    Aug 31, 2015
    191
    239
    10
    No it isn't, RTM builds have a higher delta
     
  8. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    465
    151
    10
    no. there is a v9 already. you had missed it.
     
  9. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,522
    1,602
    150
    To RTM or not to RTM that is the question my friend :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. mymull

    mymull MDL Novice

    Dec 20, 2014
    35
    2
    0
    Lets say it this way: IT IS THE RTM on feature and buglevel.. there will be no difference between this version and the later released 10600 (10800?) Build... :D it't just the number that get changed to say to everyone: "its the final version... already tested volks"
     
  11. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
  12. mymull

    mymull MDL Novice

    Dec 20, 2014
    35
    2
    0
    Oh man.. thats sounds reasonable... but why would they take such a stupid number.. -.-* ... why when 10600 is sooooo near ... i don't get ms... :D ...
     
  13. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,990
    7,151
    240

    I don't believe that the build machine cares about cosmetics :D
     
  14. mymull

    mymull MDL Novice

    Dec 20, 2014
    35
    2
    0
    I know... they really got no taste at all :D
     
  15. ciscokid

    ciscokid MDL Member

    Jun 3, 2007
    243
    46
    10
    Looks like the real deal. I just installed it on a test laptop, everything looks legit for it to be the RTM.

    No timebomb, no watermarks, all tested features appear to work well. Edge browser definitely feels faster.
     
  16. petok

    petok MDL Senior Member

    May 4, 2009
    287
    173
    10
    What you see when run this command in cmd
    REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName

    or short
    systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
     
  17. applegate

    applegate MDL Member

    Aug 1, 2009
    226
    51
    10
  18. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ......Someone have the link for build 10586 rtm X64/X32 PT-BR...Please? :biggrin:
     
  19. ciscokid

    ciscokid MDL Member

    Jun 3, 2007
    243
    46
    10
    Sorry, at work, will try later. I installed all my software last night, I noticed nothing that showed in any way that this is not a completed final build.