Hello I am wondering, is it possible to have an Input box pop up where you can type your password in and then have it save it in "Memory" until computer is restarted? So you will only need to type in the password once and it will remember it. I don't want to store the password in the Autoit exe because someone can grab it, so looking for some help. Here is what I have so far #include <IE.au3> $oIE = _IECreate ("website") $oForm = _IEFormGetObjByName ($oIE, "MAIN") $oQuery1 = _IEFormElem