我有一个客户,安装了 Win XP Home SP3 和 MS Office Home 和 Student(另一台机器安装了 Win7 和 IE8),他想在 IE8 浏览器电子邮件客户端中打开 mailto:链接来访问他的 hotmail 帐户?
当我将“Internet 选项/程序”设置为使用 Windows Live 电子邮件时,Outlook 客户端仍然会打开并单击 mailto:链接。
有人能让这个工作吗?
答案1
以下是如何使用 Chrome 和 Gmail 执行您想要的操作。如何调整该方法以与 IE8 和 hotmail 配合使用应该相当明显。
在 Google Chrome 浏览器 (Windows XP 和 Vista) 中使 mailto: 链接在 gmail 中打开
视窗 XP
在任何 Windows 资源管理器窗口(桌面除外)中:
- 转到工具 > 文件夹选项 > 文件类型
- 在文件类型列表顶部附近,单击“URL:Mailto 协议”
- 点击“高级”
- 突出显示“打开”,点击“编辑”
将应用程序更改为:
"C:\Pathto\chrome.exe" https://mail.google.com/mail?extsrc=mailto&url=%1
这些应该全部放在一行上,路径信息后的引号和 https 之间有一个空格。我的路径是
C:\Documents and Settings\Brendan\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
要找到您的,只需右键单击 Google Chrome 快捷方式(如开始菜单中的快捷方式),转到“属性”并复制“目标”字段。
Windows Vista
- 打开注册表编辑器(在开始菜单中输入“regedit”)
- 导航到 HKEY_CLASSES_ROOT\mailto\shell\open\command
编辑(默认)命令(右键单击并选择修改)为:
"C:\Pathto\chrome.exe" https://mail.google.com/mail?extsrc=mailto&url=%1
在 Vista 中,你的路径将是这样的
C:\Users\Brendan\AppData\Local\Google\Chrome\Application\chrome.exe
您的用户名是“Brendan”。