How to check Windows 10 usb stick what version it is without installing

The following command should be executed from an elevated command prompt:

dism /Get-WimInfo /WimFile:D:\sources\Boot.wim /index:1

note: please be aware that path to Boot.wim file might differ ( D:\[x64 or x32]\sources\Boot.wim)

Did you like this? Share it!