| Posted by: Lemonde - 08 May 2020 11:53:03 |
|---|
| Hello I am on Windows 10 Pro Office 2019 I have [b]NO[/b] control panel>mail icon Even when I search or try and find any reference to 32-bit My Office 2019 is 32bit What can I do? |
| Posted by: Lemonde - 08 May 2020 11:55:55 |
|---|
| OK so just to say I looked for the file under the program files directory and it is still there: "C:\Program Files (x86)\Microsoft Office\root\Office16\MLCFG32.CPL" And if you double click it, you can still configure outlook 2019 OK I will look into restoring it in the registry |
| Posted by: Lemonde - 22 May 2020 12:24:03 |
|---|
| If you go to this page: https://www.microsoft.com/en-gb/p/guid-generator/9n79sdd9s9jj?activetab=pivot:overviewtab You can download the control panel GUID creator from the Microsoft Store for Windows 8/10 + Copy your generated GUID and open RedgEdit.exe as a computer administrator, as you will need to be able to make changes to HKEY_CLASSES_ROOT Go to HKEY_CLASSES_ROOT\CLSID (Which is after all of the ones beginning with a period or full stop) Right click on the CLSID key and choose NEW>Key and paste in the GUID from the GUID tool in these brackets [b]{}[/b] : [img=https://www.sircles.net/downloads/clsid1.png]Creating a CLSID Control Panel item[/img] Double click the 'Default' and in the [i]value[/i] box, type the name of the Control Panel item as you wish it to appear. Create another string in the same key called [i][b]InfoTip[/b][/i] and enter a useful tip for anyone using the item Now click on the root key of your new item (the one you copied the GUID into) and create another key within it called [i][b]DefaultIcon[/b][/i] Referencing [url=https://diymediahome.org/windows-icons-reference-list-with-details-locations-images/]Microsoft Windows Icon Reference List[/url] find the icon file and number you wish to display and enter the appropriate value in the default key value box, in this case: %windir%\system32\shell32.dll,157 [img=https://www.sircles.net/downloads/clsid2.png]Creating a control panel item for Mail[/img] Now create another sub-key under your GUID key calles [b]Shell[/b] and another sub-key below that one called [b]Command[/b] [img=https://www.sircles.net/downloads/clsid3.png]Creating a control panel item for Mail[/img] Now as a value to the Default string within the [b]Control[/b] key, enter the path to the [i].dll[/i] file you wish to run, in this case: [b]"C:\Program Files (x86)\Microsoft Office\root\Office16\MLCFG32.CPL"[/b] |
| Posted by: Lemonde - 22 May 2020 12:26:48 |
|---|
| The mail icon should be one of the defaults in: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls\mail.cpl [img=https://www.sircles.net/downloads/clsid4.png]Default Windows Control Panel Mail Icon Registry Entry[/img] If it is not appearing try importing this reg file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls\mail.cpl] "RunLevel"=dword:00000000 @="\"C:\\Program Files (x86)\\Microsoft Office\\root\\Office16\\MLCFG32.CPL\"" |
| Posted by: Lemonde - 22 May 2020 12:46:29 |
|---|
| Not on 64 bit Windows 10, it should be here: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cpls\ There should be a key called: [b]mlcfg32.cpl[/b] pointing to: C:\Program Files (x86)\Microsoft Office\root\Office16\MLCFG32.CPL [img=https://www.sircles.net/downloads/clsid5.png]Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cpls[/img] No quotes or it won't work. |