unique hardware id

  1. peacemaker

    [B4J] Windows users: let's test Windows OS hardware device_id ?

    Hi, All Some unique ID of the Windows OS can be got basing on this lib. Such sub is prepared: Sub Get_DeviceID As String Dim sb As StringBuilder sb.Initialize Dim sr As String = pdd.Get_MotherboardSN If sr <> Null And Not(sr.Contains("O.E.M")) Then sb.Append(sr) sr =...
  2. behnam_tr

    B4J Library (b4j)[juuid] Get Unique hardware ID

    Get Unique hardware ID in b4j tested on windows only you can test on mac or linux 8 method to get Unique hardware id updated v1.8 fixed error in none_ui apps removed all unnecessary methods two new method added Get_HWID1 Get_HWID2 updated v2.0 Using java standard functions without...
Top