Sometimes, we need to check that what Operating System Version we have in our ISO (this tutorial is for only checking operating systems) and we only need some basic information to determine our DVD / CD. I also was required to check this and I just done this with this very command. Basically it returns value from WIM file, let’s do the miracle now; Solution: · Run Command Prompt (RUN as Administrator) · Type / Paste this command; o dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1 (:F: is my DVD ROM) Below is image / text output of my command; ================================================================= Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. C:\Windows\system32>dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1 Deployment Image Servicing and Management tool Version: ...