|
Use DISM to get the current edition of Windows (Home which will show as Core, Professional, etc).
Copy to Clipboard
dism /online /get-currentedition
Get the current edition of an offline install of windows (change the drive letter from C:\ to the correct drive letter). Copy to Clipboard
dism /image:C:\ /get-currentedition
Check the version of Windows on a USB drive (you may have to change the install.wim to install.esd. Copy to Clipboard
dism /Get-WimInfo /WimFile:d:\sources\install.wim /Index:1
DISMTools Copy to Clipboard
winget install CodingWondersSoftware.DISMTools.Stablehttps://github.com/CodingWonders/DISMTools |