Questions tagged [serial-number]

A unique code assigned for identification of a single unit or device.

Read more on wikipedia: https://en.wikipedia.org/wiki/Serial_code

292 questions
0
votes
1 answer

computer systems using the AMD chipset and RAID how to get the HDD serial number?

I took the HDD serial number but it did not result in systems using AMD chipset. In the case of computer systems using RAID then how to get HDD serial number? SelectQuery sq = new SelectQuery("SELECT Tag, SerialNumber FROM Win32_PhysicalMedia");…
SevenUp
  • 3
  • 2
0
votes
3 answers

I need a random number and letter generator code

So I am trying to find the right code to generate this-like codes: 61NS4-AGHLE-1AJP6-KA2AY I have the right code in an old VB program I coded ages ago. maybe anyone could suggest something useful. :) Public Function generatecode() As Object Dim…
user3002135
  • 237
  • 1
  • 4
  • 15
0
votes
1 answer

Python: Get volume serial number from lnk file?

I have a lnk file (shortcut file). I have used a tool called Windows LNK Parsing Utility (lp) to find out the volume serial number that the original file was sitting on. So I wanted to create a script in python that does the same. I found that the…
BubbleMonster
  • 1,366
  • 8
  • 32
  • 48
0
votes
1 answer

Magento event paid status

Does anyone know how to implement a custom "module" that is triggered when an order is paid or complete? And how am I able to call the order data from that observer? I am also working with the "Serial Codes" plugin, and I want to send an email to…
user2862473
0
votes
1 answer

Magento serial codes

I'm using 'Serial Codes' from 'ModifyMage Solutions' to send serial codes when somebody is buying a product. Does anybody knows how to send the serial codes ON PAYMENT? Not on checkout, because that's simple, but ON PAYMENT? Thanx in advance
user2862473
0
votes
1 answer

how to repeat serial number in mysql table

I have following mysql table name city umar mzd ali mzd john bagh saeed bagh irum bagh I want to add serial number in way that serial number repeat when city name changed as follow S.No name city 1 umar mzd …
0
votes
3 answers

Android - What can I do retrieving the serial number of an Android phone?

I'm learning Android development and yesterday I realised I could retrieve the serial number of the phone. But what can I do with that number? (in the everyday life). Thanks
Marc Ortiz
  • 2,242
  • 5
  • 27
  • 46
0
votes
0 answers

iPad persistent identifier like serial number without use of I/O Kit

For now we use I/O Kit for getting device serial number, as it won't change after resetting device etc. Serial number is used for identifying iPad on server side. Use of I/O Kit blocks Simulator though. If we wanted to add UI tests in simulator, we…
t2n
  • 48
  • 5
0
votes
1 answer

Getting mother board serial number without WMI and without authentication

Is there any way to get mother board serial number without using WMI and without authentication of remote machine.
Sajid
  • 1
  • 4
0
votes
1 answer

Advanced Installer serial validation DLL

I am working on an installer project in Advanced Installer 10.2. I found out that I can use a DLL for serial validation then I found this resource on their website. I succeeded in building that DLL, here is my code: // SerialValidationLib.cpp :…
Victor
  • 13,914
  • 19
  • 78
  • 147
0
votes
1 answer

Mac serial number (system)

I know how to get the serial number of a mac computer using objective c but wondered if there was a way using c# (mono)? Obviously this is to uniquely identify a machine. I am already using the MAC address but need something which can't be spoofed.
0
votes
1 answer

retrieve serialnumber remotely

Im trying to create a program or a script to remotely retrieve all the hardwares (computers, printers etc) serialnumbers and I was just wondering if WMI is necessary. I do know about the basic wmic /NODE: "Computername" bios get serialnumber but…
klister
  • 1
  • 1
  • 1
  • 1
0
votes
2 answers

Creating a large number of random serial keys

I am developing a application where user is only authenticated if he enters a serial key correctly. This serial key is matched with the serial key already present in database. This serial key should consists of 6 digit and 3 alphabets. Users get…
Gagan Deep
  • 489
  • 1
  • 4
  • 16
0
votes
1 answer

Finding any drive serialno, modelno, type

I'm not able to find the serial number, model number, and type of drives attached to my system programmatically. So, can anyone help me out of this problem?
0
votes
0 answers

getting the manufacturer serial number of a flash disc in Delphi

I have tried all the code displayed on this question on my usb flash disk with windows XP sp3, it always return this message "I/O error 105" without displaying any serial. what is the solution ?