Changes

Jump to: navigation, search

Thunderbird

275 bytes added, 15:49, 12 December 2013
m
Making Thunderbird the default mail and news client
value = "Mozilla Thunderbird";
WshShell.RegWrite(key, value, "REG_SZ");
 
//Added the following key to make it work from explorer-context menu
key = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\mailto\\shell\\open\\command\\";
value = programfiles + "\\Mozilla Thunderbird\\thunderbird.exe -osint -compose %1";
WshShell.RegWrite(key, value, "REG_SZ");
 
</source>
20
edits

Navigation menu