Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 19-11-2007, 11:11 AM   #1 (permalink)
Broken In
 
Join Date: Dec 2005
Location: goa
Posts: 161
Default Uniquely Identify your PC


Hi,

I am working on logic to identify each pc uniquely, so that I can use this logic in Installers.

Is there any way by which we can Identify PC like BIOS NO, Hard disk No, CPU No etc.

But my doubt is, if we identify using above no, what if guy changes hard disk or CPU?

can anyone point me in right direction?

Thanks
rajesh_nk22 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 19-11-2007, 11:19 AM   #2 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: Uniquely Identify your PC

what r u trying to actually do
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 19-11-2007, 03:09 PM   #3 (permalink)
Broken In
 
Join Date: Dec 2005
Location: goa
Posts: 161
Default Re: Uniquely Identify your PC

I want to give licence of my software per PC ie after installation software will send above machine no to server, server will compare this machine id with our database to find out whether this is valid licenced copy or not and will accordingly proceed or deny access to software.

Hope this is sufficient..
rajesh_nk22 is offline  
Old 19-11-2007, 03:34 PM   #4 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Uniquely Identify your PC

There is a CMD utility called systeminfo. It doesn't give much of an 'info' really but it does show BIOS versions.

More on systeminfo - http://www.microsoft.com/resources/d....mspx?mfr=true

What you should be looking at is to generate a full sized report of the person's PC and look for unique stuff like Hardware-IDs and MAC addresses (Perhaps?).

He/She changes hardware or updates BIOS and such, then there is no go, activation will fail (Relative algorithms perhaps?) just like Windows' does. Maybe you can look for certain constant parts such as ROM/RW drives or sound chipset (If onboard) but there's nothing for sure which can guarantee you its the same old thing. Or atleast, that's all I know.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 19-11-2007, 03:54 PM   #5 (permalink)
ex3n1us m4x1mus
 
preshit.net's Avatar
 
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
Default Re: Uniquely Identify your PC

Even if the hardware changes, the person can contact the above for a renewed/changed license.

My Dad's a foxpro programmer. He uses something like this for his programs. So if anyone formats his HDD, the program stops working and so myt dad goes again to install it and charges the installation
__________________
Uzgimaga
preshit.net is offline  
Old 19-11-2007, 08:08 PM   #6 (permalink)
Alpha Geek
 
choudang's Avatar
 
Join Date: Sep 2005
Location: Guwahati
Posts: 812
Default Re: Uniquely Identify your PC

mvPCinfo...
Code:
http://www.mvpcinfo.com/PCinfo/intro.htm
__________________
For every action, there is an equal and opposite criticism.
choudang is offline  
Old 20-11-2007, 09:39 AM   #7 (permalink)
Apprentice
 
Join Date: Mar 2004
Posts: 98
Default Re: Uniquely Identify your PC

if you are working in LAN, WAN then go for Physical Address of the ethernet card. It is the unique id of machine. It is also usefull when machine is standalone..Machine should hv ethernet card installed..
It really works.. in our area BSNL also using P'Id of machine to stop misuse of Broadband connection.
to see physical address..
Type cmd in Run Dialog Box.. type ipconfig/all and press enter..

Long ago i used this technique to stop piracy of own developed Doctor's software..
deepakg is offline  
Old 20-11-2007, 10:26 AM   #8 (permalink)
Broken In
 
Join Date: Dec 2005
Location: goa
Posts: 161
Default Re: Uniquely Identify your PC

Thank you all.

I came across third party api which gives unique machine id for each machine, but after thorough testing I found, machine id changes whenever some new hard disk (external) or pen drives attached. 95% of times machine id was unique but still its not full proof solution.

I am planning to work on Physical Address of the ethernet card..

I will post results of this soon..
rajesh_nk22 is offline  
Old 20-11-2007, 10:57 AM   #9 (permalink)
Apprentice
 
Join Date: Mar 2006
Location: Mumbai, India
Posts: 55
Default Re: Uniquely Identify your PC

Quote:
Originally Posted by rajesh_nk22
I am planning to work on Physical Address of the ethernet card..
I think physical address is your best bet. Although that also can be changed but it is known to a very limited number of people.

By the way, you can also get that by typing "getmac" in Command prompt....

Hope ur result will be pleasant one....
yashved is offline  
Old 20-11-2007, 11:23 AM   #10 (permalink)
œ∑´®†¥¨ˆøπåß∂ƒ©˙∆˚¬Ω≈ ç√∫˜
 
the.kaushik's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 1,046
Default Re: Uniquely Identify your PC

why dont you go for some other approach or registration .. like registration through your mobile number where each time you need to install your key will be send to your mobile... if you need to change your mobile number just call up or through online... If you use citybank account you may be knowing how they send authendication code... and afterwards if you want to change your mobile how you can do it..
the.kaushik is offline  
Old 20-11-2007, 05:23 PM   #11 (permalink)
Apprentice
 
Join Date: Mar 2004
Posts: 98
Default Re: Uniquely Identify your PC

Go and use the Physical Address of Ethernet Card.. It is rough and tough solution to stop piracy.. There is no way to change Physical Address of Ethernet Card..
I searched a lot.. but I never found any trick to change physical address of ethernet card..that's why BSNL is also using this technique..
Hope you will find better results from it..
deepakg is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Identify the forum max_demon Chit-Chat 9 08-08-2007 07:51 PM
Identify USB 1.1 or USB 2.0 mohanty1942 Peripherals 9 18-02-2006 12:14 AM
How to identify??????? q3_abhi QnA (read only) 2 26-07-2005 10:48 PM

 
Latest Threads
- by topgear
- by abhidev
- by clmlbx
- by Sarath

Advertisement




All times are GMT +5.5. The time now is 05:38 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2