[DISCUSSION] Windows 10 Final 1607 RS1 Build 14393 + Jan. 2017 Refresh (PC + Mobile)

Discussion in 'Windows 10' started by Enthousiast, Jul 18, 2016.

  1. RobertJ

    RobertJ MDL Senior Member

    Apr 4, 2014
    318
    79
    10
    Keep an eye on the thread. As and when ISOs are available they'll all be added there eventually.
     
  2. leebSaMmY

    leebSaMmY MDL Member

    Nov 1, 2009
    137
    20
    10
    I pictured that dog in your avatar saying this in a stern voice.

    I'm pretty content with the settings and whatnot I'm using now. If there's no benefit other than that I don't mind waiting 24 hours.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,732
    103,765
    450
    Nobody is forcing you (nah, MSFT will ;):D) :)

    ps, that doggy is a little 11month young devlin but also the sweatest and smartest doggy in the world :)
     
  4. leebSaMmY

    leebSaMmY MDL Member

    Nov 1, 2009
    137
    20
    10
    #1984 leebSaMmY, Aug 2, 2016
    Last edited: Aug 2, 2016
    What breed is your dog may I ask? I have a 15 year old border collie who looks quite similar.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,732
    103,765
    450
    Maybe because she also is an original Border Collie? :)
     
  6. leebSaMmY

    leebSaMmY MDL Member

    Nov 1, 2009
    137
    20
    10
    I just attempted to take a picture of mine but he wasn't impressed by the flash on my camera and turned around.
     
  7. 100

    100 MDL Expert

    May 17, 2011
    1,354
    1,589
    60
    #1987 100, Aug 2, 2016
    Last edited by a moderator: Apr 20, 2017
    I wrote a quick PowerShell script to download the content for offline installation (run in directory with sdksetup.exe):
    Code:
    &7z.exe x sdksetup.exe 0
    $bm = [xml](gc 0)
    $uemsource = ($bm.BurnManifest.UX.Payload |? { $_.FilePath -eq "UserExperienceManifest.xml" }).SourcePath
    &7z.exe x sdksetup.exe $uemsource
    Rename-Item $uemsource "UserExperienceManifest.xml"
    $manifest = [xml](gc "UserExperienceManifest.xml")
    $dlroot = $manifest.UserExperienceManifest.Settings.SourceResolution.DownloadRoot
    $rooturi = [Uri](Invoke-WebRequest $dlroot -MaximumRedirection 0 -Method Head).Headers.Location
    $payloads = $bm.BurnManifest.Payload.FilePath | select -Unique
    $payloads |% {
      $uri = New-Object Uri ($rooturi, $_)
      $dirname = [System.IO.Path]::GetDirectoryName($_)
      if (-not (Test-Path $dirname)) { New-Item -Type Directory $dirname }
      Invoke-WebRequest $uri -OutFile $_
    }
    Remove-Item 0 -Force
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,732
    103,765
    450
    Hehehe, they always do but this one is fearless :D
     
  9. Oh okay.. when they will available probably?
     
  10. leebSaMmY

    leebSaMmY MDL Member

    Nov 1, 2009
    137
    20
    10
    Getting back on topic, if I want to update now. Would my best option be to use the SW_DVD5_Win_Pro_10_1607_64BIT_English_MLF_X21-06988.ISO coming from current windows 10 pro version 1511?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,732
    103,765
    450
    August 2nd um und drum (appr) early afternoon, western european continental time, 10:00 am redmond USA time :)
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,732
    103,765
    450
    They both can be used, but maybe for you to be save, you could wait till either WU offers it or when the MSDN Multiple Editions ISO's become available.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,732
    103,765
    450
    Added ADK 14393 to the OP :)
     
  14. alexwilson

    alexwilson MDL Junior Member

    Oct 8, 2014
    86
    34
    0
    Note that the update will be rolled out in waves. May take a while until it shows up on WU for everybody.
     
  15. leebSaMmY

    leebSaMmY MDL Member

    Nov 1, 2009
    137
    20
    10
    What are the unsafe possibilities of using SW_DVD5_Win_Pro_10_1607_64BIT_English_MLF_X21-06988.ISO with like Windows 7 USB Tool? As opposed to waiting for the WU?
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,732
    103,765
    450
    Not any in that scenario, there are only a few extra things to do to get this HWID activated, it's been posted a few posts back.
     
  17. TheOne5

    TheOne5 MDL Novice

    Jun 10, 2013
    7
    0
    0
    Thanks for that.
     
  18. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,364
    210
    When I downloaded 14393 ISO and installed, it came up not activated:eek: I almost had a Bat.1, then I used Windows troubleshooter and it activated mine, mine was OEM, It married up with MS account and saved Bat's life.:tasty:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. RobertJ

    RobertJ MDL Senior Member

    Apr 4, 2014
    318
    79
    10
    Is there a new WDK?
     
  20. leebSaMmY

    leebSaMmY MDL Member

    Nov 1, 2009
    137
    20
    10
    And there's no difference between that file and the release I'd receive tomorrow If I wait for WU?