Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. how to know by coding between two computer ?

how to know by coding between two computer ?

Scheduled Pinned Locked Moved Hardware & Devices
questionperformancetutorial
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xingselex
    wrote on last edited by
    #1

    i have two computers,the same brand IBM, same capacity, same speed. and i want to know what is different between it both? is it by check its CPU id or what ? please give me some guid line .....

    L V Z 3 Replies Last reply
    0
    • X xingselex

      i have two computers,the same brand IBM, same capacity, same speed. and i want to know what is different between it both? is it by check its CPU id or what ? please give me some guid line .....

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Some parts carry unique ID numbers that may be available through some function. None of them is perfect though. Examples: - hard disks contain a physical ID, however under Vista you need admin rights to read it. - Ethernet network cards have a MAC ID, it can be temporarily modified by software. - the baseboard often has a serial number, it gets stored in the BIOS EEPROM, and can be wiped out by a BIOS upgrade. etc. In a secure environment, and when available, I would go for the baseboard number. You would need WMI (Win32_BaseBoard) to get at it. :)

      Luc Pattyn [Forum Guidelines] [My Articles]


      The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.


      X 1 Reply Last reply
      0
      • L Luc Pattyn

        Some parts carry unique ID numbers that may be available through some function. None of them is perfect though. Examples: - hard disks contain a physical ID, however under Vista you need admin rights to read it. - Ethernet network cards have a MAC ID, it can be temporarily modified by software. - the baseboard often has a serial number, it gets stored in the BIOS EEPROM, and can be wiped out by a BIOS upgrade. etc. In a secure environment, and when available, I would go for the baseboard number. You would need WMI (Win32_BaseBoard) to get at it. :)

        Luc Pattyn [Forum Guidelines] [My Articles]


        The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.


        X Offline
        X Offline
        xingselex
        wrote on last edited by
        #3

        is the same brand of harddisk has the same of physical ID ? how about the same brand of CPU ?

        L 1 Reply Last reply
        0
        • X xingselex

          is the same brand of harddisk has the same of physical ID ? how about the same brand of CPU ?

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          AFAIK harddisk manufacturers don't have to provide an ID, and when they do it does not have to be unique (althouth it does not make much sense to have duplicates within one brand); I know of no standard way to ensure available IDs are unique across manufacturers. Some CPUs include a unique ID register, however when present, the feature is turned off by default, and turning it on requires a BIOS access and probably a reboot as well. As I said earlier none of the IDs is perfect, however depending on your goals, one may be much better than another. :)

          Luc Pattyn [Forum Guidelines] [My Articles]


          The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.


          X 1 Reply Last reply
          0
          • L Luc Pattyn

            AFAIK harddisk manufacturers don't have to provide an ID, and when they do it does not have to be unique (althouth it does not make much sense to have duplicates within one brand); I know of no standard way to ensure available IDs are unique across manufacturers. Some CPUs include a unique ID register, however when present, the feature is turned off by default, and turning it on requires a BIOS access and probably a reboot as well. As I said earlier none of the IDs is perfect, however depending on your goals, one may be much better than another. :)

            Luc Pattyn [Forum Guidelines] [My Articles]


            The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.


            X Offline
            X Offline
            xingselex
            wrote on last edited by
            #5

            ok thank for your answer. now i know to solv it :-D

            1 Reply Last reply
            0
            • X xingselex

              i have two computers,the same brand IBM, same capacity, same speed. and i want to know what is different between it both? is it by check its CPU id or what ? please give me some guid line .....

              V Offline
              V Offline
              vincent668
              wrote on last edited by
              #6

              You can download hardware analysis tool. If you looking to check CPU u can try cpuid.

              1 Reply Last reply
              0
              • X xingselex

                i have two computers,the same brand IBM, same capacity, same speed. and i want to know what is different between it both? is it by check its CPU id or what ? please give me some guid line .....

                Z Offline
                Z Offline
                zafersavas
                wrote on last edited by
                #7

                If they have "Network interface cards" then you can check their MAC addresses, because MAC address is unique.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups