thanks Dany, it helped me out. I modified '?do=embed' frameborder='0' data-embedContent>> and used code posted here to come up this  #include "_WinTrust.au3" $filepath = FileOpenDialog("pick a file",@ScriptDir, "All Files (*.*)") If Not FileExists($filepath) Then MsgBox(16, '', $filepath & ' does not exist.') Exit EndIf $retval = _Verify($filepath) If $retval[0] Then MsgBox(64,'Verified', $filepath & ' is verified.' & @crlf & $retval[0] & @CRLF & $retval[1] &