Skip to main content
Filter by
Sorted by
Tagged with
3 votes
3 answers
1k views

I have a simple function that grabs the hard drive serial number from the C:\ drive and puts it into a string: ManagementObject disk = new ManagementObject("win32_logicaldisk.deviceid=\"C:\""); disk....
Braiden Thompson's user avatar
1 vote
1 answer
797 views

How to Get the Non-Volatile USB Serial Number using VC ? I know how to get it using C#, but if there is a way to achieve that in VC?
lvsaint's user avatar
  • 11
0 votes
1 answer
2k views

Does anyone know of a way to require a serial number or registration of a WordPress plugin? I know that I could sell my plugin to individuals, but what would stop people from sharing it freely on ...
macguru2000's user avatar
  • 2,132
-1 votes
1 answer
2k views

Am trying to get the manufacturer serial number (not volume number) of usb external harddrives or disk? [EDIT] i don't know or have any code yet on how to do this. the previous method i tried only ...
Oghenero E.'s user avatar
  • 5,999
4 votes
5 answers
13k views

I want to retrieve motherboard ID from a C++ program on Linux (Ubuntu) without root privileges. I know that dmidecode can do this, but it requires root privileges, so it is not suitable for my needs. ...
Alexey's user avatar
  • 395
0 votes
3 answers
1k views

<ul> <li class="res"></li> <li class="res"></li> <li class="res selected"></li> <li class="res"></li> </ul> Using $('ul li....
T1000's user avatar
  • 2,961
0 votes
1 answer
1k views

I am developing a shareware c# application which accepts a serial key generated in my website. I am following the following approach suggested by Joseph Spiros You bundle your public key with the ...
John T.Emmatty's user avatar
3 votes
1 answer
3k views

I'm using this code to fetch the processor id: public static string getProcessorId() { var mc = new ManagementClass("Win32_Processor"); var moc = mc.GetInstances(); ...
invarbrass's user avatar
  • 2,103
6 votes
6 answers
15k views

I was wondering how to get the unique id of a USB storage device. I already know how to fetch the SCSI serial id from this post : USB-drive serial number under linux C++ The post mentions using the ...
Ram Natarajan's user avatar
-1 votes
1 answer
2k views

I am programming in visual basic 2008 I would like to set up serial numebers for software im developing. I would like to prevent software theft by ensuring that each purchased copy has a unique serial ...
RCProgramming's user avatar
1 vote
1 answer
92 views

I am looking to implement a simple registration key system. There will be printed codes, and we'd like users to type their code into our system. This code will be used around the world, and we want ...
dnord's user avatar
  • 1,752
1 vote
2 answers
979 views

I am working on my HWID code. I recently tried converting this code from VB.net to C#. I have this one error which I can't seem to figure out. 'dsk' is a 'variable' but is used as a 'method' Here is ...
xZerox's user avatar
  • 329
0 votes
2 answers
534 views

I'm trying to implement a DRM based around SDCard's serial number in Windows CE. There are a few question I'm concerning. Is SDCards' serial numbers unique like the MAC address ? In Windows CE 6 (as ...
VOX's user avatar
  • 2,923
4 votes
4 answers
8k views

How do generate unique serial or order number in php without checking against db?
Oghenero E.'s user avatar
  • 5,999
3 votes
4 answers
4k views

I am member of WebsiteSpark and was member of DreamSpark. Both programs enable to download software and provide serial keys to use. Some software like Windows Server has an ISO file to download and a ...
Arseni Mourzenko's user avatar
10 votes
3 answers
26k views

How do I get the motherboard ID or serial number from Delphi code? Is there any example code or articles that I can look at?
radick's user avatar
  • 407
115 votes
17 answers
247k views

I need to use a unique ID for an Android app and I thought the serial number for the device would be a good candidate. How do I retrieve the serial number of an Android device in my app ?
Eno's user avatar
  • 10.9k
1 vote
6 answers
493 views

There is a Windows program which is downloaded after entering a valid serial in a web page. Now, I want to limit the user to install the program only on one single PC, the one he or she installed for ...
frbry's user avatar
  • 499
6 votes
4 answers
22k views

How can I quickly generate an unique computer id for a delphi app? I used to do it easly with c#, but this failed sometimes. I do want the ID to be "static" but I don't care if the id changes because ...
Sebastian's user avatar
  • 796
-1 votes
1 answer
197 views

I bought an iMac some time ago. Although it was stolen some time ago, I managed to get the Serial Number from the provider who sold it to me. The point is that I know who took it and also that he is ...
Pete's user avatar
  • 17
0 votes
2 answers
2k views

I have a datagrid. I add a row to the datagrid using an ADD button. Once I add, I sort the datagrid based on a column. I also provide the serial numbers i.e. row numbers as first column to the ...
user120118's user avatar
10 votes
7 answers
23k views

I was once looking for getting the HDD serial number without using WMI, and I found it. The code I found and posted on StackOverFlow.com works very well on 32 bit Windows, both XP and Vista. The ...
TheAgent's user avatar
  • 1,472
5 votes
9 answers
67k views

Getting Serial Number of the Hard Drive Provided by the manufacturer through PHP : How can it be done? I want to store it in a file. OS : windows 2000,XP,ME,Vista... Yes, I want the serial number ...
simplfuzz's user avatar
  • 13k
14 votes
5 answers
11k views

I'm working with a client that needs to generate millions of the alphanumeric codes used in magazine scratch-off cards, bottlecap prizes, and so on. They have to be short enough to print on a cap, ...
Eaton's user avatar
  • 7,415
19 votes
14 answers
81k views

How do I obtain the serial number of the CPU in a PC?
selwyn's user avatar
  • 1,204

1 2 3 4 5
6