Windows 10 What version is the ISO I have?
If you have a bootable USB plug it into your system. If it is an ISO mount the ISO in your operating system.
Open Powershell as an administrator
Run the following command (assuming d: assigned to ISO):
Dism /get-wiminfo /wimfile:d:\Sources\boot.wim /index:1
Note: the Deployment Image Servicing and Management Tool output is the version of the OS you are running on NOT the media. The actual media version is listed below under details for image. See highlighted image above.
You can then cross-reference those online. Here is a short list of recent versions as of this blog post:
If an ISO is mounted to the OS do not forget to eject the ISO. Type “Exit” to close powershell.
Credit: Technet
Comments
Post a Comment