We are upgrading from Groupwise (versions 6.55 and 6.52) to Outlook 2010. We have found some systems lose the mail icon in the control panel. We need to get this back, anyone have any ideas on what we can do?
Hi,
You can try the following method:
1. Make sure that the following Control Panel file exists and that it works as expected:
Drive:\PROGRA~2\MICROS~4\Office14\MLCFG32.CPL
2. Locate to following registry subkey:
For Windows 7 64bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cpls
For Windows 7 32bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls
3. Make sure that the mlcfg32.cpl registry entry exists. Additionally, make sure that its value is set as follows:
Drive:\PROGRA~2\MICROS~4\Office14\MLCFG32.CPL
If the mlcfg32.cpl registry entry does not exist, you must create it.
Sincerely
Rex Zhang
Hi,
You can try the following method:
1. Make sure that the following Control Panel file exists and that it works as expected:
Drive:\PROGRA~2\MICROS~4\Office14\MLCFG32.CPL
2. Locate to following registry subkey:
For Windows 7 64bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cpls
For Windows 7 32bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls
3. Make sure that the mlcfg32.cpl registry entry exists. Additionally, make sure that its value is set as follows:
Drive:\PROGRA~2\MICROS~4\Office14\MLCFG32.CPL
If the mlcfg32.cpl registry entry does not exist, you must create it.
Sincerely
Rex Zhang
I need some help too... Where do i create the entry? and the variables?
Thanks
On a 64-bit OS and 32-bit Office, paste this into a reg file and run it:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cpls]
"mlcfg32.cpl"="C:\\PROGRA~2\\MICROS~1\\Office14\\MLCFG32.CPL"
For a 32-bit OS and 32-bit Office, paste this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls]
"mlcfg32.cpl"="C:\\PROGRA~1\\MICROS~1\\Office14\\MLCFG32.CPL"
- Edited by lucidgreen 11 hours 30 minutes ago