@echo 0FF rem rem Georges Bailly P@pynet forum http://saamu.net rem Title Activación multisesion WL Messenger :Ask @cls @echo ---------------------------------------------------------------- @echo - Activación del multisesion WL Messenger @echo - S = Si // N = No @echo ----------------------------------------------------------------- set /P Choix= S or N : if /I %Choix%==N goto S1 if /I %Choix%==n goto S1 reg add "HKLM\Software\Microsoft\Windows Live\Messenger" /v MultipleInstances /t REG_DWORD /d 1 /f @echo Ya activado :S1 @echo ********** @echo LISTO @echo ********** pause :SORTIE