Site icon Winhelponline

Register Thunderbird Portable with Default Apps or Default Programs

Mozilla® Thunderbird is a freeware email client that has lots of features, including quick message search, customizable views, support for IMAP/POP, RSS support, etc. Mozilla Thunderbird®, Portable Edition is the popular Mozilla Thunderbird email client bundled with a PortableApps.com Launcher as a portable app.

PortableApps.com is a popular portable software solution allowing you to take your favorite software with you. A fully open source and free platform, it works from any synced cloud folder (DropBox, Google Drive, Box, etc), from your local PC on an internal or external drive, or on any portable storage device (USB flash drive, memory card, portable hard drive, etc) moved between PCs.

The portable version of Mozilla Thunderbird lets you store your email and address book on a removable drive so that you can take the data with you wherever you go.

In this article, we’ll see how to add or remove Mozilla Thunderbird, Portable Edition to Default Apps/Default Programs in Windows.

Register Thunderbird Portable with Default Apps

To add Mozilla Thunderbird Portable mail client to Default Apps:

  1. Download the following script. Or copy the VBScript code to Notepad and save the file as thunderbirdportable.vbs
    https://gist.github.com/winhelponline/8ba5e80c1d19088f56f4162201fbaca3

  2. Move the script file to the same folder as ThunderbirdPortable.exe for it to work.
  3. Double-click thunderbirdportable.vbs to run it.
  4. Type REGISTER and click OK to add Thunderbird Portable to Default Apps or Default Programs. Once done, the script launches Default Apps or Default Programs automatically.
  5. Select “Thunderbird Portable” from the list (even if it shows as the current default mail client) and set it as the default.

Editor’s Note: The script makes modifications to your current user profile registry (HKEY_CURRENT_USER) only. It doesn’t register the DLLs using RegSvr32.exe as it requires administrator rights, and registering the modules using RegSvr32.exe might affect the settings in other user accounts. For this reason, the above script registers the DLLs manually under HKEY_CURRENT_USER.

(To remove Thunderbird Portable from Default Apps, rerun the script, and this time, type UNREGISTER and click OK.)

You can run the script non-interactively

To register or unregister Thunderbird Portable silently (non-interactively), you can use the following syntax:

wscript.exe D:\ThunderbirdPortable\thunderbirdportable.vbs -REG
wscript.exe D:\ThunderbirdPortable\thunderbirdportable.vbs -UNREG

You can even create desktop shortcuts for the above commands.

See Also

I hope that was useful. If you’re looking for a similar script for other portable apps, pls let’s know in the comments section below.

Exit mobile version