I want to suggest the "Ban user PC" feature, which would decode the Hardware ID and compare it with those pure identifiers that need to be blocked in all versions of the program. Roughly speaking, completely block the execution of the program on a PC with this hardware configuration.
What I mean is, for example, this hardware id contains three unique identifiers:

When this "gear" button is pressed, we see the decoded values, which will always be the same, regardless of the program version and the different keys and encoded hardware id.
And I want to ban the user's computer or many "bad" computers by its unique decoded identifiers, comparing them, for example:
if
CPU = 5335 and
Motherboard = 999F and
DRIVE SN = 0FC5 then
block program execution
I would like it to be a "CheckUp" option for protection, so that I can put a list of numerous unique identifiers there and detect them.
