;V1.0 #include #NoTrayIcon #NoAutoIt3Execute $Input = InputBox("GenSingletonGUID", "Program Name?") If @error Then Exit $Input = StringReplace($Input, " ", "");Remove spaces $Hash = StringTrimLeft(_Crypt_HashData($Input, $CALG_MD5),2) ClipPut($Input&"-"&$Hash) MsgBox(0, "Done.", "The GUID has be copied to the clipboard.")