PDA

View Full Version : Prob: No cmc mail provider



donh
11-04-2001, 07:21 PM
What is the remedy for a command failing to send a shortcut to the desktop? Diagnostic reads "No CMC mail provider is installed.

Smitty
11-05-2001, 07:22 AM
donh
I assume you have searched web, but if not..
Do you have powertoys installed..?

http://pcforrest.freeserve.co.uk/powertoys.htm (http://pcnineoneone.com/tweaks/tweekz1b.html>http://pcnineoneone.com/tweaks/tweekz1b.html</a>
Search)
Shell Extensions and Add-ons



Smitty

reghakr
11-06-2001, 12:20 AM
donh,

See if sendmail.dll exists in the c:\windows\system directory first. Then open Notepad and copy and paste the following between the lines and save the file as desklink.reg and sendmailfix.reg. Double-click on the files to merge the contents into the registry.
===========BEGIN CUT============
REGEDIT4

[HKEY_CLASSES_ROOT\.DeskLink]
@="CLSID\\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}"
==============END CUT==============

============BEGIN CUT==============
REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}]
"NeverShowExt"=""

[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\InProcServer32]
@="C:\\WINDOWS\\SYSTEM\\SENDMAIL.DLL"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\DefaultIcon]
@="C:\\WINDOWS\\explorer.exe,-103"

[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\shellex]

[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\shellex\DropHandler]
@="{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}"
==============END CUT==============

reghakr