Page 1 of 1

How to get computer's hardware id?

Posted: Mon Feb 03, 2014 8:11 am
by Enigma
There is a small application which just shows a computer hardware id.

It may be helpful if you can make changes to the sources of your application to show hardware id using EP_RegHardwareID, or if you are enable to show a registration dialog due to registered state of software.

Application written in Delphi, contains all sources and binary exe.

To make it work, protect the exe from the archive with your .enigma project file. Note, before protection, make sure the following options are disabled (disable them temporary):
1. Registration Features - Common - Allow Execution only if Registered
2. Registration Features - Registration Dialog

Re: How to get computer's hardware id?

Posted: Sun Mar 16, 2014 10:20 pm
by vinicius.edson
Don't work.

It's blank.

Image

Re: How to get computer's hardware id?

Posted: Mon Mar 17, 2014 6:06 am
by Enigma
You have to protect the file to make it works with your project file. Each program should be protected, only after protection the features startto work!

Re: How to get computer's hardware id?

Posted: Sat May 24, 2025 12:04 pm
by Alex.Rischer
Please. Compile the same for Enigma x64 version.

Re: How to get computer's hardware id?

Posted: Sun May 25, 2025 3:20 pm
by Enigma
Alex.Rischer wrote: Sat May 24, 2025 12:04 pm Please. Compile the same for Enigma x64 version.
Hi Alex, you can take just any exe and protect it with option Registration Features - Registration Dialog, it will show the hardware id by default.

Is not that sufficient?

Re: How to get computer's hardware id?

Posted: Wed May 28, 2025 5:41 am
by Alex.Rischer
Nope. I have a lot of specific protected DLLs and if to enable graphical interface there nothing will be working.
I can make it by myself of course, but I would like the developer/you to make this to avoid any possible problems.
I have been using your "HardwareID" for x86 for many years, but now I need to move these specific files to x64.
Thank you for your work!

Re: How to get computer's hardware id?

Posted: Thu May 29, 2025 1:20 pm
by Enigma
No problems, but the file is bigger for x64.

Re: How to get computer's hardware id?

Posted: Thu May 29, 2025 4:51 pm
by Alex.Rischer
Excellent. Thank you very much for your support.