AutoHotkey Community

It is currently May 25th, 2012, 11:59 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: help with Outlook2003
PostPosted: July 19th, 2007, 6:56 am 
Offline

Joined: July 19th, 2007, 6:46 am
Posts: 9
I'm on an exchange server, and it requires that I enter my password everytime I log into the computer

the problem comes in when sometimes I am at home, and sometimes I am in school.

If i am at home, I enter outlook, there will be a password prompt, which i cannot set to "remember password".

If i am in school, outlook will automatically log me in without prompting me for the password.

As such, i want to write a script to automate this process.

the current one i have is :
Run, C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE
WinWait, Connect to EX21.student.smu.edu.sg,
IfWinNotActive, Connect to EX21.student.smu.edu.sg, , WinActivate, Connect to EX21.student.smu.edu.sg,
WinWaitActive, Connect to EX21.student.smu.edu.sg,
Send**mypassword**{ENTER}
WinWait, Inbox - Microsoft Outlook,
IfWinNotActive, Inbox - Microsoft Outlook, , WinActivate, Inbox - Microsoft Outlook,
WinWaitActive, Inbox - Microsoft Outlook,
Send, {ALTDOWN}{ALTUP}{SPACE}n

but the problem is, this script will not work when i am in school
i need a script that says
if there is a popup asking me for my password, i will enter my pasword.and minimize outlook.
otherwise proceed to minimize outlook directly


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 19th, 2007, 7:03 am 
Offline

Joined: May 28th, 2006, 1:00 pm
Posts: 31
Why not just turn off remember password at school? Or if you are on an XP machine at home turn on remember password with keymgr.dll


Report this post
Top
 Profile  
Reply with quote  
 Post subject: i dont think that works
PostPosted: July 19th, 2007, 7:16 am 
Offline

Joined: July 19th, 2007, 6:46 am
Posts: 9
I cant make it work

how can i disable remember password in school using outlook2003


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 21st, 2007, 12:52 am 
Offline

Joined: May 28th, 2006, 1:00 pm
Posts: 31
You should be able to just go into and edit the account settings and type in the new password and uncheck remember. (easiest way)

Another option is to go to Start..Run..Type:control keymgr.dll

You could also strip the password out of the .pst with pst19upg.exe (google it)


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Google Feedfetcher, hcx37b, RoAltmann, TedStriker, Tegno and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group