Showing posts with label Windows Version. Show all posts
Showing posts with label Windows Version. Show all posts

October 17, 2019

How to See Which Windows Version on a DVD, ISO, or USB Drive

Maybe you have many Windows installer, From Windows 7 to 10 and all of those installers look alike.  to see which Windows version, edition, build number, and architecture you can use command prompt or Powershell.

Before you do it, you’ll need to ensure you have the installation media connected to your computer and mounted. If it’s a DVD or USB drive, insert it into your computer. If it’s an ISO file, mount it.

1. Windows + R and choose/select the Installation Media location.

2. Double Click the "sources" Folder.

3. Use Command Prompt or Windows Powershell (Windows 10 User)

4. Type these command :

DISM /get-wiminfo /wimfile:”x:\sources\install.esd”

Or

DISM /get-wiminfo /wimfile:”x:\sources\install.wim”