How to know your iso and installed windows 10 version, build

Wednesday, January 31, 2018

How to know your iso and installed windows 10 version, build


First lets talk about installed windows 10 version, build

1- press on right click over start menu open "system"
Right menu on start menu



















2- There will be all details about windows information


Second, to know know your iso  windows 10 version, build

1- Double click on windows 10 iso file to open iso file in windows explorer or use any iso program ("power iso")
 A window will open contained iso files
Open the "sources" folder and see which extension has the largest file by size, named "Install". It can be install.wim or install.esd sorted by size to find it fast.
I have here install.wim


Note, some ISO files of Windows 10 can combine 32-bit and 64-bit setup files. If you have  such an ISO image, you will find the "sources" folder in the following location:

x86\sources
x64\sources 
 

OPEN Windows Command prompt as Administrator

run flowing command

dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1
 
Note, F:\ refer to Disk letter Here F


 If you have the file install.esd, then type the following:

dism /Get-WimInfo /WimFile:F:\sources\install.esd /index:1
 
For a multi-architecture ISO file, as mentioned above, you will need to use commands like

dism /Get-WimInfo /WimFile:F:\x86\sources\install.esd /index:1
dism /Get-WimInfo /WimFile:F:\x64\sources\install.esd /index:1
dism /Get-WimInfo /WimFile:F:\x86\sources\install.wim /index:1
dism /Get-WimInfo /WimFile:F:\x64\sources\install.wim /index:1

 

My version 10.0.15.63 that mean windows 10 build 15063  version 1703






0 comments :

Post a Comment