09-08-2009, 12:51 PM -
I have written a batch file that will exit tlbhost.exe, will run a registry key in order to restore the desired configuration of toolbar(s), and will then reload tlbhost.exe. This will restore the desired toolbar configuration, if it has been impaired by any other program.
taskkill /IM tlbhost* /f
regedit /s c:\path\tlb3.reg
c:\truelaunchbar\tlbhost.exe
TLB3.reg is the reg file created in regedit by exporting the registry key:
HKEY_CURRENT_USER\Software\True Software
taskkill /IM tlbhost* /f
regedit /s c:\path\tlb3.reg
c:\truelaunchbar\tlbhost.exe
TLB3.reg is the reg file created in regedit by exporting the registry key:
HKEY_CURRENT_USER\Software\True Software