Windows 10 ESD Repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
  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
    #743 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
    17,211
    90,794
    340
    #744 abbodi1406, Nov 8, 2015
    Last edited by a moderator: May 23, 2017
  5. spedia

    spedia MDL Senior Member

    Jul 13, 2009
    315
    121
    10
    TH2 general release is build 10586.
     
  6. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    507
    30
    #746 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
    223
    268
    10
    No it isn't, RTM builds have a higher delta
     
  8. cengizhan

    cengizhan MDL Senior Member

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

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    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,760
    997
    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,977
    7,149
    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 Senior Member

    Jun 3, 2007
    331
    79
    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
    350
    201
    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 Senior Member

    Jun 3, 2007
    331
    79
    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.
     
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450