confused2gether Posted November 19, 2009 Posted November 19, 2009 I have been looking for a solution to change the mail program in Internet Explorer to Lotus Notes. The problem we keep having here is that after certain Microsoft updates, it seems that IE likes to change the default mail program in Internet Explorer back to Microsoft Outlook or Outlook Express and it poses an issue when we run reports since we use Lotus Notes as our mail client. I know I can probably program a way to simulate the mouse clicks and whatnot on the screen but I am looking for something more along the lines of a silent solution. I have edited several registry items and been looking around for ages trying to figure this out and its probably something really simple for AutoIT to do but I just can't figure it out... Any ideas?
99ojo Posted November 19, 2009 Posted November 19, 2009 I have been looking for a solution to change the mail program in Internet Explorer to Lotus Notes. The problem we keep having here is that after certain Microsoft updates, it seems that IE likes to change the default mail program in Internet Explorer back to Microsoft Outlook or Outlook Express and it poses an issue when we run reports since we use Lotus Notes as our mail client. I know I can probably program a way to simulate the mouse clicks and whatnot on the screen but I am looking for something more along the lines of a silent solution. I have edited several registry items and been looking around for ages trying to figure this out and its probably something really simple for AutoIT to do but I just can't figure it out...Any ideas?Hi,it should be regkey HKLM\SOFTWARE\Clients\Mail (Standard) REG_SZ "Lotus Notes";-))Stefan
confused2gether Posted November 19, 2009 Author Posted November 19, 2009 Hi,it should be regkey HKLM\SOFTWARE\Clients\Mail (Standard) REG_SZ "Lotus Notes";-))StefanI believe I tried that one first and although it changes the value to Lotus Notes, it does not open Lotus Notes still. Instead it just opens up, in my case Outlook or OE. I will try it once again but I am pretty sure that is the scenario that I have been stuck in.
Bert Posted November 19, 2009 Posted November 19, 2009 Yes, there is a simple way to do this. http://technet.microsoft.com/en-us/library/cc985352.aspx The Vollatran project My blog: http://www.vollysinterestingshit.com/
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now