62 questions
1 vote
1 answer
59 views
Windows.System.Profile.HardwareIdentification.GetPackageSpecificToken throws exception
I'm trying to get a hardware id with a .net console app (target framewotk is net8.0-windows10.0.17763.0). The code is rather trivial, just var token = Windows.System.Profile.HardwareIdentification....
0 votes
1 answer
105 views
How to get a unique Android device identificator in Flutter
For my app we need a unique device id, to detect which devices was already assigned (used) to customer and which is not assigned (clean) and ready to assign The problem is Android 10 and above ...
1 vote
1 answer
777 views
Get hardware information in flutter?
Can anyone provide me a piece of code in dart language to get motherboard Serial Number? I found some code in c# but I can't write it in dart language .
1 vote
1 answer
920 views
How can I determine the generation/codename of an AMD GPU in Linux?
I want to detect the AMD GPU generation in Python code. My case is that to run specific application (DaVinci Resolve), it is required to use AMDGPU-PRO drivers for GPU cards before Vega. And AMDGPU-...
1 vote
0 answers
100 views
How to get MacBook's "(1P) Part ID" programatically in swift
I was required to get the part number and the serial number. I have searched various pods and GitHub code snippets but I could not not get any lead on how to the (1P) Part No.. I have used SystemKit ...
0 votes
1 answer
751 views
What Unique Hardware Identity Information Can Android 12 Apps Access to the Device
I'm wondering what information applications can obtain regarding the hardware ID. Which device-specific credentials such as Mac Address, Bluetooth Mac Address, IMEI are accessible to user applications....
1 vote
1 answer
2k views
Generate the same computer hardware id. (CHID) like computerhardwareids.exe from Windows SDK
INTRODUCTION This thread should be the ending chapter for this first thread from 2014 and this second one from 2017. To cut the story short, you simply need to know that the Microsoft Windows SDK ...
1 vote
0 answers
979 views
Did someone managed to use the Android ID attestation
I am testing the android Key & Id attestation on several devices (phones & latest chromecast) with that sample code : https://github.com/vvb2060/KeyAttestation. While the Key attestation works ...
-2 votes
1 answer
2k views
Is there a way to get a users Hardware-ID in C#?
Im trying to get the hwid of a user using csharp for a program kind of like stuff like PredatorSense which shows ur cpu speed and other stuff, ive tried using the Registry.GetValue method from ...
1 vote
0 answers
144 views
Is it possible to read and concatenate unique hardarwe ID of STM32F429ZI microcontroller connecting with any of the Hardarwe which has unique ID?
I Need to read the unique ID from the STM32F429 microcontroller and also read the ID from any of the Hardware device by connecting it to STM32F microcontroller(eg- sensors or any device which has ...
0 votes
0 answers
160 views
WMI values seems inconsistent
For our licensing / software activation we need to uniquely identify a computer. To do that we're relying on WMI and we're building a unique computer key using BIOS Version, ProcessorID, MainHardDrive ...
0 votes
0 answers
313 views
How do I get hardware ID of input source device in java?
I'm working on a java project, in which I need to decide, from which keyboard the input comes from (both atteched to the computer via USB). Is there any way to get the ID of the device in java?
-1 votes
2 answers
2k views
Extracting HID from Windows INF File
I am trying to parse a large number of INF files for Windows driver installations. I have a large collection of drivers for various devices (Biometrics, Bluetooth, Video, etc) -- all with varying ...
1 vote
1 answer
1k views
Get unique identification value of Arduino Uno controller from C# desktop application
I'm trying to figure out, what and how can get as unique identification number or any other kind of ID equivalent from particular Arduino Uno micro-controller from C# desktop application with serial ...
-1 votes
1 answer
1k views
How make Own license-key in CSharp
I Have Some Problem with Some One Copy My Program exe , So i want make a single Code for each PC and Register My Program !! How Can Make That Single Code ( Computer ID or HardWare ID or ...) in C# ? ...