Windows 10 Windows 10 Build 1511 (10586) ISO

Confirmed the same myself. Somehow very strange that there is still a link out there to a version of the media creation tool that still get you an 1511 ISO.
For future reference if you want to check you ISO version.
Mount it and then right click the start button and choose Command Prompt (Admin) and in the command prompt windows type
FOR INSTALL.ESD
dism /Get-WimInfo /WimFile:F:\sources\install.esd /index:1

FOR INSTALL.WIM
dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1

Some ISOs will contain and install.wim while others will contain an install.esd in the "Sources" folder.
AND where F: is the drive letter given to the mounted ISO
 
Last edited:
I must be doing something wrong. I mount the ISO file to F: drive but I get error message. Also, my install file is dated 30 Oct 2015 (vice 29 Oct on a previous post). Does that indicate which version I have?
 
What error are you getting?
Thought I'd upload the log file for your use.

Also, the SHA1 Hash for my ISO file is 81ba7fd261457d3a5c321a1fdf1dca10cb0a00e7 Not sure if that helps identify the version.

Thanks.
 

Attachments

  • log.txt
    8.4 KB · Views: 529
I don't see anything wrong with the dism log file so I still don't know what error you received
My log file is practically identical.
Which should have produced this in the command prompt window
 
I don't see anything wrong with the dism log file so I still don't know what error you received
My log file is practically identical.

Which should have produced this in the command prompt window
View attachment 31343
I don't see anything wrong with the dism log file so I still don't know what error you received
My log file is practically identical.

Which should have produced this in the command prompt window
View attachment 31343
Her'es the error from the elevated command prompt:
"Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>dism /Get-WimInfo /WimFile:F:\sources\install.esd /index:1

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Error: 11

An attempt was made to load a program with an incorrect format.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log"


 
It looks like you are trying to perform the task on a Windows 7 machine.
I believe that DISM functionality is deprecated to some extent on Windows versions prior to Windows 8 or maybe even Windows 8.1
 
It looks like you are trying to perform the task on a Windows 7 machine.
I believe that DISM functionality is deprecated to some extent on Windows versions prior to Windows 8 or maybe even Windows 8.1
Ok, I'll try it on a 8.1 or 10 machine. Thanks.
Question: Do you know if the install file dated 30 Oct is the right ISO file? Also, do you have a Hash of the right ISO?
 
Ok, I'll try it on a 8.1 or 10 machine.
OK thanks.... as I understand it the DISM tool included in Windows 7 is far less robust than the DISM tool included in later versions of Windows.
Do you know if the install file dated 30 Oct is the right ISO file?
All I can say is, that if you are talking about the Setup.exe file date.....
In my 10.0.10586.0 ISO the date is 10/30/2015 4:35 AM
However I cannot speak to that information's particular relevance, and......

The checksums for the Setup.exe file and the ISO itself are
Code:
MD5                                                 SHA-1  
b7b5c95c06f04ef1535c36ea34779a1d    dd4e66f3189098629fa2eb0b4d13ebf9c2ac2b07    F:\setup.exe
a0d4271b7537732a060909fd39d54829    875ec108288b9f581e5d8099cf0edb79f0f3e483    d:\win10_1511_english_x64.iso

Respectively, at least..... that's what I'm seeing anyway. Perhaps others might verify.
 
Last edited:
Thanks. Setup.exe file date in my ISO is 10/30/2015 3:09 AM. Also, get a completely different hash.
Haven't tried DISM on Win 8.1 yet. I'll post results shortly. In the mean time; Did I read this version correctly? Does 10586 let you install a fresh copy of Win 10 and you only need enter an existing Win 7 key? I understand a key can only be used once, but I have three Win 7 machines that I would much rather do a fresh install on using their keys (as opposed to upgrading).

Thanks