About 6,580,000 results
Open links in new tab
  1. What is a good unique PC identifier? - Stack Overflow

    The best solution for you really depends on what you are trying to accomplish. I had the same problem with a quite large network, and the best solution in my case was the computer's …

  2. How to uniquely identify computer using C#? - Stack Overflow

    How to uniquely identify computer (mainboard) using C#(.Net/Mono, local application)? Edition. We can identify mainboard in .Net using something like this (see Get Unique System …

  3. Get a unique computer ID in Python on windows and linux

    On modern PC hardware, there usually is an UUID stored in the BIOS - on Linux there is a command line utility dmidecode that can read this; example from my desktop: System …

  4. How do I uniquely identify computers visiting my web site?

    I need to figure out a way uniquely identify each computer which visits the web site I am creating. Does anybody have any advice on how to achieve this? Because i want the solution to work …

  5. Turn Bitlocker on with Powershell, Automating Device setup

    Oct 10, 2023 · BitLocker Drive Encryption recovery key To verify that this is the correct recovery key, compare the start of the following identifier with the identifier value displayed on your PC. …

  6. What's a good way to uniquely identify a computer?

    There is no sure way to uniquely identify a computer, if you assume a computer is built with many parts that can be replaced eventually. Some hardware parts - MAC address, HDD disk serial …

  7. How to get a unique computer identifier in Java (like disk ID or ...

    Jan 1, 2010 · I'd like to get an id unique to a computer with Java, on Windows, MacOS and, if possible, Linux. It could be a disk UUID, motherboard S/N... Runtime.getRuntime().exec can …

  8. windows - Generating a unique machine id - Stack Overflow

    Sep 19, 2008 · I need to write a function that generates an id that is unique for a given machine running a Windows OS. Currently, I'm using WMI to query various hardware parameters and …

  9. Is there really any way to uniquely identify any computer at all

    Feb 28, 2012 · I know there are a number of similar questions in stackoverflow such as the followings: What's a good way to uniquely identify a computer? What is a good unique PC …

  10. pc lint - uint8_t, uint16_t and uint32_t not recognized in PCLint ...

    1 Possible reasons why PC-Lint fails to recognize uint8_t, uint16_t and uint32_t: #include <stdint.h> is missing in your source code file PC-Lint parses your code like the "dumbest" …