Friday 28 June 2019

How to check ram serial number using CMD in Windows 10, 8, 7 & XP


Open a Command Prompt window to get started. On Windows 10 or 8, right-click 

the Start button and select “Command Prompt”. On Windows 7, press Windows + R, type 

“cmd” into the Run dialog, and then press Enter.


wmic memorychip get serialnumber


displays RAM serial number

Previous Post
Next Post

post written by:

1 comment:

  1. C:\Users\dheeraj.goel>wmic memorychip get serialnumber
    'wmic' is not recognized as an internal or external command,
    operable program or batch file.

    i get this when i run this command

    ReplyDelete