Windows System Info: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 February 2024

  • curprev 22:0122:01, 11 February 2024Dave talk contribsm 384 bytes 0 Dave moved page System Info to Windows System Info without leaving a redirect
  • curprev 21:5721:57, 11 February 2024Dave talk contribs 384 bytes +384 Created page with "==Get PC's serial number== <code>wmic bios get serialnumber</code> <code>wmic csproduct get vendor,name,identifyingnumber</code> ==Get Windows build number from an .iso file== <code>dism /get-wiminfo /wimfile:g:\sources\install.wim</code> Then, run it again with whichever index number you want to display: <code>dism /get-wiminfo /wimfile:g:\sources\install.wim /index:3</code>"