299 questions
3
votes
3
answers
1k
views
Writing Hard drive serial string to Binary file
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....
1
vote
1
answer
797
views
How to Get the Non-Volatile USB Serial Number using VC?
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?
0
votes
1
answer
2k
views
How do I require a serial number or registration for a WordPress plugin?
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 ...
-1
votes
1
answer
2k
views
Get serial num of removable usb harddrive in vb6
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 ...
4
votes
5
answers
13k
views
How to get motherboard ID on Linux from a C++ program
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. ...
0
votes
3
answers
1k
views
How to check the serial number of element that have specific class using jquery?
<ul>
<li class="res"></li>
<li class="res"></li>
<li class="res selected"></li>
<li class="res"></li>
</ul>
Using $('ul li....
0
votes
1
answer
1k
views
Serial number generation algorithm for C# application
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 ...
3
votes
1
answer
3k
views
"Not found" exception generated while trying to get CPU ID via WMI
I'm using this code to fetch the processor id:
public static string getProcessorId()
{
var mc = new ManagementClass("Win32_Processor");
var moc = mc.GetInstances();
...
6
votes
6
answers
15k
views
How do I uniquely identify an USB-device?
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 ...
-1
votes
1
answer
2k
views
What would be the code for serial number authentication?
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 ...
1
vote
1
answer
92
views
printed registration key guidelines, standards, best practices?
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 ...
1
vote
2
answers
979
views
C# Get VolumeSerialNumber
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 ...
0
votes
2
answers
534
views
DRM over SD Cards safe?
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 ...
4
votes
4
answers
8k
views
Generating serial or unique ordernumber
How do generate unique serial or order number in php without checking against db?
3
votes
4
answers
4k
views
Microsoft products such as Visual Studio 2010 does not require to enter serial number
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 ...
10
votes
3
answers
26k
views
How to get motherboard id or serial number in Delphi?
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?
115
votes
17
answers
247k
views
How to find serial number of Android device?
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 ?
1
vote
6
answers
493
views
Install only on one machine
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 ...
6
votes
4
answers
22k
views
How to generate an unique computer id on Delphi?
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 ...
-1
votes
1
answer
197
views
How to uniquely identify a computer based on Gmail, Skype and Apple updates [closed]
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 ...
0
votes
2
answers
2k
views
Add new datagridRow, sort the datagrid and give serial numbers, in FLEX
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 ...
10
votes
7
answers
23k
views
Get HDD (and NOT Volume) Serial Number on Vista Ultimate 64 bit
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 ...
5
votes
9
answers
67k
views
Getting Serial Number of the Hard Drive Provided by the manufacturer through PHP
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 ...
14
votes
5
answers
11k
views
Generating unique codes in PHP/MySQL?
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, ...
19
votes
14
answers
81k
views
CPU serial number
How do I obtain the serial number of the CPU in a PC?