Jump to content

Please Help


Recommended Posts

Thanks Joon

The link was helpful, Only the last sample code is working with my system

#include<String.au3>

$OSLang = StringLeft(@OSLang, 3)

$OSVersion = StringRight(@OSVersion, 2)

$Id = ($OSLang & "-" &"-" & $OSVersion & "-" & @OSBuild & "-" & @ProcessorArch)

$Unique = _StringEncrypt(1, $ID, @UserName); Or _StringEncrypt(1, @UserName, $ID)

msgbox(0,"",$Unique)

Pooja

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...