Start a Conversation

Unsolved

This post is more than 5 years old

2893

October 4th, 2018 09:00

How To: Check the build version of Windows 10 install media

  1. Double-click on the ISO file to mount it as a CD-ROM, taking note of the CD-ROM driver letter.
  2. With admin rights, run the following command. In the example below, F: is the mounted CD-ROM ISO.

dism /get-wiminfo /wimfile:"f:\sources\install.esd" /index:#

(Note: Changing the index number value 1, 2, 3, etc. will show different versions, Home, Pro, Edu, etc.)

Below is an example of the Windows 10 "1809" media downloaded using the Media Creation Tool which Microsoft released yesterday 10/3/18. Windows 10 release information

get-wiminfo.png

Update: 11/13/18

dism_get-wiminfo.PNG

Update: 02/07/19

Capture.PNG

Update: 04/17/19

379.JPG

Update: 04/17/19 (1st 1903 release)

1903_30.PNG

No Responses!
No Events found!

Top