Outlook 2000 not saving Exchange user and domain settings
When you open up Outlook 2000 it asks for the user name, domain, and password. The old computer saved the user name and domain only required the password to be entered. The new install asked for all three every time. I installed all the office updates and spent an hour or so searching google before I found the solution.
Copy this text into notepad then save it as a .reg file. You can then import it into the registry and it magically works.
Copy this text into notepad then save it as a .reg file. You can then import it into the registry and it magically works.
- Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Exchange]
"LogonDomain"="server1.cum.off"
"UserName"="kim"
[HKEY_CURRENT_USER\Software\Microsoft\Exchange\Client]
[HKEY_CURRENT_USER\Software\Microsoft\Exchange\Client\Options]
"PickLogonProfile"="0"