All public logs

Jump to navigation Jump to search

Combined display of all available logs of Dave-Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:57, 11 February 2024 Dave talk contribs created page System Info (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>")