Results 1 to 3 of 3

Thread: How to get a machine serial number of your Windows PC

Registry Booster

  1. #1
    pamarths is offline Beginner
    Join Date
    Nov 2009
    Location
    Hyderabad, India
    Posts
    14

    Default How to get a machine serial number of your Windows PC

    It is very easy in fact.

    To get serial number of local machine...

    C:\>wmic bios get serialnumber
    SerialNumber
    ABCDEFG

    C:\>
    To get serial number of remote machine...
    C:\>wmic /node:remotehost bios get serialnumber
    SerialNumber
    GFEDCBA

    C:\>
    So, stop turning your PCs to get serial numbers :-)

    You can get powershell equivalent code from my blog (Sitaram's Blog: PowerShell: Query a windows machine Serial Number Remotely)

    Happy Learning..,
    Sitaram Pamarthi

  2. #2
    James's Avatar
    James is offline Microsoft MVP
    Join Date
    Aug 2008
    Location
    New Brunswick, Canada
    Posts
    739

    Default

    Nice tip, thanks for sharing!

  3. #3
    nitinagarwal1988's Avatar
    nitinagarwal1988 is offline Microsoft MVP
    Join Date
    Jan 2009
    Location
    Pilani, India
    Posts
    1,578

    Default

    Similarly you can find your machine's MAC Address also......

    open Command Prompt window (type cmd in search bar to open) and type ipconfig/all

    The 12-digit Physical Address is the same as MAC address

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •