Questions tagged [hardware-id]

64 questions
3
votes
1 answer

Get USB serial number using VB.net?

Can anyone tell me how to get USB serial number(Hardware ID) using VB.net?
Phoenix
  • 31
  • 1
  • 1
  • 2
3
votes
3 answers

Different disk serial number result from GetVolumeInformation()

DWORD disk_serialINT[MAX_PATH + 1]; GetVolumeInformationA(NULL, NULL, NULL, disk_serialINT, NULL, NULL, NULL, NULL); char* disk_serialANSI; sprintf(disk_serialANSI, "%d", disk_serialINT); std::string HDDserial = disk_serialANSI; This is my piece of…
DualCore
  • 400
  • 1
  • 3
  • 15
3
votes
1 answer

How to simulate a Fn+?-KeyPress for notebooks? OR how to switch on 3G?

3G module in a notebook. When I restart that notebook, the 3G module is turned off again. I have to turn it on on every restart. So that's why I thought I need a simple software that simulates the KeyEvent of Fn+-. It's function on the notebook…
Trollwut
  • 541
  • 1
  • 7
  • 23
2
votes
1 answer

IoGetDeviceProperly causes BSOD

I have written a filter driver for hard disks in Windows ( like DiskPerf of DDK ) and I need to get some information about device which my driver is attached to it, for example HardWareID. I use IoGetDeviceProperly inside my IRP_MJ_READ function.…
CoyBit
  • 1,592
  • 1
  • 17
  • 19
2
votes
2 answers

Access VBA: Is there any way to get computer specs?

I'm creating a form in Access that processes millions of lines of data, and takes several hours (depending on your computer). I want to implement a feature that will read the computer specs, such as CPU speed and amount of RAM, and determine how…
Shubham
  • 949
  • 6
  • 21
  • 29
2
votes
5 answers

Help with Hardware ID

I'm using C# and .NET 2.0. My app needs some way to check the different users so I'll use hardware id, but I saw that I can use only: mac address - easily changeable and not everybody have it // NO processor id - using WMI it returns a value for…
blez
  • 4,939
  • 5
  • 50
  • 82
2
votes
2 answers

What is a hardware-id?

Some forums that I regularly visit sell premium programs, and to prevent them from being leaked they use hardware-id authentication. That is, first they send you a program to run to grab your HWID, you tell them your HWID, they store it in a…
Rob
  • 7,980
  • 30
  • 75
  • 115
2
votes
1 answer

Generate Activation Key From Hardware ID

I am trying to implement Hardware locked Licensing.I found the following code from codeproject that generates hardware id(Machine ID) This code generates Hardware Key using System; using System.Management; using…
user2614235
  • 161
  • 3
  • 7
  • 21
2
votes
1 answer

How to find vendor name from JEDEC id?

I would like to get the manufacturer name from JEDEC ids. Here is an example of some ids. JEDEC ID:7F 7F 7F 7F 7F 51 00 00 JEDEC ID:80 2C JEDEC ID:80 CE JEDEC ID:AD 00 00 00 00 00 00 00 JEDEC ID:CE 01 09 13 45 67 5E F4 JEDEC ID:CE 01 09 13 47 7A 3E…
Andre Hofmeister
  • 3,185
  • 11
  • 51
  • 74
2
votes
2 answers

ASP.net get hardware information

If I create an ASP.net page, am I able to get the current users CPUID and BIOS serial number? Or is that not allowed because of security? I currently have a Visual Basic.net application that gets these values, I am just wondering if I can do the…
user2230606
  • 89
  • 3
  • 9
2
votes
5 answers

Is there any way to get unique hardware ID on android devices?

Right now my algorithm based only on IMEI. And here is the problem: some devices doesn't have radio module, so they also doesn't have IMEI I need unique parameters ( CPU ID, flash ID, MAC etc) to generate ID without using IMEI. And how to get them…
duck_ok
  • 61
  • 1
  • 5
1
vote
1 answer

Can hardware information by obtained on a device that interacts with a Java servlet?

Is a way to gather hardware information to uniquely identify a certain device (not a category) that makes requests to a Java servlet ? I searched for this, but I don't think there is a method ( "user agent" header can be used for some information,…
Andrei F
  • 4,205
  • 9
  • 35
  • 66
1
vote
1 answer

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 .
atishn90
  • 45
  • 5
1
vote
1 answer

How can I determine the generation/codename of AMD gpu in Linux?

I want to detect the AMD gpu deneration 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 pro drivers are not required when AMD gpu is Vega…
Ashark
  • 643
  • 7
  • 16
1
vote
0 answers

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 and GBDeviceinfo get informations like model, RAM…
MD Sazid Hasan Dip
  • 1,425
  • 2
  • 14
  • 29