TCP activate on system Harddisk Serialnumber

Discussion in 'Requests' started by Anjana, Jun 7, 2020.

    
Tags:
  1. Anjana

    Anjana New Member


    Hai anyone idea tcp file run on hdd serial base

    Many customers using Piracy copy of tally.so my idea tcp compile against system HDD serialnumber

    anyone have code please let me know
     
    Neeru likes this.


  2. ASHOK

    ASHOK Member


    Madam send me trail tdl gstr2a reconcile my email address is akumar300965@gmail.com
     


  3. Neeru

    Neeru Active Member



    Yes, I already use in Excel vba but not yet in tcp... share some details to read system unique id using tcp then i can make it. my Mail id is suppor47team@gmail.com
     


  4. ASHOK

    ASHOK Member



    Madam sendme trail tdl gstr2a reconcile my email address is akumar300965@gmail.com
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    U can code it to their MacID of their PC/Laptop............
     
    HVPatel likes this.


  6. teja varma

    teja varma Active Member


    Yes you can
    Actual Tally Compilation will compile to the serial number of tally user
    if you want to protect with hard disk serial you can code it
    1) Create a dll (VB or C#)
    2) Call the dll using com interface
    3)dll call will return the current harddisk serial number
    4) Match with the serial number you have, if matched continue execution else break the execution

    You need to have the customer's hard disk serial number in order to match at runtime

    Sample c# code to retrieve hard disk serial number :
    https://stackoverflow.com/questions/4084402/get-hard-disk-serial-number

    Best of Luck!
     


Share This Page