Pages: 1
RSS
Fix for the mailto: screw up
 
Fix for the "Could not perform this operation because the default mail client is not properly installed" when clicking on mailto link:

just delete the
HKEY_CLASSES_ROOT\The Bat! mailto\shell\open\DDEexec

branch from the registry

Tested on Windows 7 x64

I'm amazed the Ritlab people didn't figure this out before!

regards
 
The following registry file should work.

Code
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\mailto\shell\open\DDEexec]
[-HKEY_CLASSES_ROOT\The Bat! mailto\shell\open\DDEexec]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\The Bat! message file\shell\open\ddeexec]
Edited: mikeyww - 11 January 2011 19:37:45
Pages: 1