Como configurar várias contas em uma única instalação do Google Talk?

2

Gostaria de ter várias contas registradas no Google Talk for Windows (poligamia). É possível?

    
por Jader Dias 23.02.2011 / 02:31

2 respostas

3

Em link

Descobri que o argumento de linha de comando /nomutex pode ativar várias instâncias simultâneas do Google Talk.

    
por 23.02.2011 / 02:33
4

Se você deseja fazer login automático em ambas as contas, aqui está o procedimento:

  1. Download script gtalk_save_config.txt and rename it into gtalk_save_config.bat
  2. Download script gtalk_launch_both.txt and rename it into gtalk_launch_both.bat
  3. Login into Google Talk client under account 1
  4. Run script "gtalk_save_config.bat"
  5. Logout and login into Google Talk client under account 2
  6. Edit "gtalk_save_config.bat" and change GTALK_ACCOUNT_INDEX from 1 to 2
  7. Run script "gtalk_save_config.bat"

Each time that you want to start the 2 instances of GTtalk, run the script "gtalk_launch_both.bat".

Note : the "save" script must be re-run each time that you change settings in the Google Talk client (change password, ...)

Note : the script can also be used to automate switching of other settings, for instance HTTP proxy settings, if you replace "Accounts" by "Options" in the registry path.

Fonte: Lançamento de duas instâncias do Google Talk em duas contas separadas

    
por 30.08.2012 / 12:43