java - How to get ID of computer? -
is there code in vb.net or java id of computer >>?? want write program id of computer in order make license of software microsoft did ?
thanks in advance
makara
first off, microsoft licensing doesn't work way.
they have key generated on side of things. when sell copy of software, give key. once enter key, software sends encrypted tcp packets ms in order identify key in use , increase usage count. creates nicely hidden file on system contains authorization key.
none of involves getting "id of computer".
now, ms (under @ least 1 of licensing models) take snapshot of system includes processor type, hard drive, , motherboard make/model in order identify whether components have changed enough trigger potential check on whether computer license needs reverified.
which leaves idea there isn't single "id" in computer system. last time attempted intel (i believe?) pii processors. however, public backlash enough stopped putting serial numbers on chip.
the next closest thing can try , read mac address; network cards change enough littered pitfalls.
i highly recommend research other mechanisms doing licensing keys if that's want.
Comments
Post a Comment