Questions tagged [hardware-id]
64 questions
0
votes
0 answers
How to trigger change to machine ID or hardware ID for each Hyper-V guest VM
My question is in regards to an app called Ninjatrader, which assigns an unique "machine id" to the installation. Based on my experience, I think machine id is tied to the physical hardware BIOS ID/serial. Therefore, reformatting Windows or changing…

OkSandwich1523
- 1
- 1
0
votes
0 answers
How to get hardware ID in Docker container on MacOS (and other systems)? (Python)
I need to identify computers uniquely and repeatably, even after a long period and several reboots, without root permissions (can have root on docker).
What I found so far:
Windows: wmic csproduct get uuid or wmic bios get serialnumber in…

Balint
- 49
- 5
0
votes
1 answer
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.

hasantr
- 1
- 1
0
votes
0 answers
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 serial etc....
It's working great since 4-5…

David CASBONNE
- 139
- 2
- 9
0
votes
0 answers
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?

Keve
- 1
- 1
0
votes
1 answer
How unique MAC ID is generated for the each card?
I was wondering that how can all different network devices have different MAC ID's.
is it hardcoded separately for each device ? (extremely unlikely..since in production nobody would like to change the code and recompile and load the…

Nayan Mehta
- 31
- 4
0
votes
1 answer
(Identical hardware ids)Programmatically create/destroy network bridges with .NET on Windows 7
It seems Bridgeutil_1.0 is a great tool, simple and easy, but my problem is the there are two network adapters with same hardware ID and I happened to have to attach them together, how could I do it?
I used command like:
bridgeutil /attach…

sking
- 1
- 1
0
votes
1 answer
How to using Mono for windows to Access WMI to get hardware Id?
Recently,I need run my winforms App on mono for windows platform,But i am using WMI to get MAC address and CPU ID in my original code,switch to Mono for Windows,it does not working.
I found that "System.Management.dll" APIs is not implemented in…

guaike
- 2,471
- 9
- 31
- 42
0
votes
2 answers
Java Store UUID
I have a question about storing a UUID. I would like to use Java to generate a UUID and save it so that I can retrieve it the next time the application runs.
In a .NET application I built, I'm doing something similar to this. I'm using the Windows…

Spencer D
- 3,376
- 2
- 27
- 43
0
votes
1 answer
Unique flash ID per computer
I have created an online multiplayer card game using Adobe flash Professional. In this game multiple clients/account is not allowed, hence I need to detect whether the users are joining game from different devices or not. I can't simply do a server…

csuo
- 820
- 3
- 16
- 31
0
votes
1 answer
How to generate unique hardware id on windows
I'm trying to generate a unique hardware id for my application and I saw something simple but it's from autoit, the function is _WinAPI_UniqueHardwareID() which generate unique id base on hardware and changes every time you change/add something on…

MarkCluster
- 11
- 2
0
votes
1 answer
Error while fetching Hardware Info in Visual Studio 2010
I have a C# project where I am trying to deploy a protection mechanism by registering a combination of the Hardware IDs.
I am using the ManagementObjectSearcher Class for the same. Here are some of the commands:
ManagementObjectSearcher cpuget = new…

codegasm
- 676
- 1
- 8
- 21
0
votes
0 answers
How can I find a USB barcode scanner hardware ID while scanning?
I have a multiple USB barcode scanners and keyboards hooked up to PC at the same time. My C# project requires that I should perform specific task depending upon from which barcode scanner I am reading in (Barcode scanner are associated with tasks).…

LettuceTomatoOnion
- 11
- 3
0
votes
2 answers
How to get harddrive serial number in C or asm without wmi
how to get harddrive serial number(not the volume # wich change at each reinstall of windows) in C or asm, without wmi (cause wmi required admin right). Any clue would be helpfull cause right now i found nothing on web in C without wmi, in dayss of…

user2101247
- 149
- 1
- 1
- 5
-1
votes
3 answers
Get hardware information from a database server
I want to get hardware information from a database server, which may not be in my private network, like the network card's MAC address, or the CPU ID. It has to work on MS SQL and MySQL.
It is needed for some kind of Licensing Model and needs to…

Dirk
- 53
- 1
- 5