September 26, 200421 yr Evening,I have installed Msn Messenger 6.2 with RunOnceEx.cmd, it's works fine But my question is :How i do disable "autorun or auto start"?I look in Reg... but i don't found it about start or something like that.Please someone can help me?Thanks alots.PS, sorry for my bad English.Irving
September 26, 200421 yr I have the same problem. The MSN Messenger coveres the RunOnce Window and it doesnt look neat. The computer is gonna reboot anyway so... If there is an easy way (a switch or something) I would be interested.
September 27, 200421 yr @McoreDInstall MSN Messenger using the "/QN" switch if you don't want it to show a bar while installing. If it is starting up after install, have this line as the next after the line that installs MSN messenger (of course, modify it to suit your RunOnce method):taskkill /F /IM msnmsgr.exe@AlpheratzThis code in your regtweaks will stop MSN messenger starting up automatically at every boot-up:;remove MSN Messenger from start-up[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"MsnMsgr"=-
September 27, 200421 yr REG ADD %KEY%\062 /V 1 /D "taskkill /F /IM msnmsgr.exe" /fThat's what I was looking for. Thanks very much prathapml.
September 27, 200421 yr Author Thanks prathapml for your help.It's seems work that .reg and now i try with install xp.I let you know.Thanks again
September 27, 200421 yr Author Dear prathapml,It's seems don't work Perhaps (i am sure i doing something wrong), here are my commandes :RunOnceEx.cmdcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Configuration des logiciels" /fREG ADD %KEY%\047 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\047 /V 1 /D "%systemdrive%\Install\Messenger62\MsnMsgs.msi /qn" /fREGEDIT /S messengeroff.regREG ADD %KEY%\030 /VE /D "Windows Media Player 10" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /fREG ADD %KEY%\075 /VE /D "WinRAR 3.40 Fr" /fREG ADD %KEY%\075 /V 1 /D "%systemdrive%\Install\Winrar\Winrarfr.exe /s /W" /fREG ADD %KEY%\085 /VE /D "Nettoyage et Redemarrer" /fREG ADD %KEY%\085 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /fEXITmessengeroff.regWindows Registry Editor Version 5.00 ;remove MSN Messenger from start-up[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"MsnMsgr"=-RunOnceEx.cmd and messengeroff.reg are in the same root (place).messengeroff.reg must be after when MSN Messenger 6.2 was intalled.Perhaps i do it wrong way.Thanks for your help.Irving
September 27, 200421 yr Hi, Try if this works...REG ADD %KEY%\047 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\047 /V 1 /D "%systemdrive%\Install\Messenger62\MsnMsgs.msi /qn" /fREG ADD %KEY%\048 /V 1 /D "REGEDIT /S %systemdrive%\install\Messenger62\messengeroff.reg" /fmessengeroff.reg is in \Install\Messenger62\Cheers, McoreD
September 27, 200421 yr The code used to apply the regtweak was wrong... Please correct the relevant section. Corrected code is:REG ADD %KEY%\047 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\047 /V 1 /D "%systemdrive%\Install\Messenger62\MsnMsgs.msi /qn" /fREG ADD %KEY%\047 /V 2 /D "REGEDIT /S %systemdrive%\Install\Messenger62\messengeroff.reg" /fMessengerOff.reg must be in the same folder as the MSI (%systemdrive%\Install\Messenger62\) - and gets applied AFTER the MSN messenger installs. The above corrected code should work now. Tell us how it goes! hehe... McoreD you are quick! (posting just a few seconds before... lol) Edited September 27, 200421 yr by prathapml
October 2, 200421 yr Hi,speaking of the AutoRun, is it possible to diselect the: "Automatically run Messenger when I log on to Windows"option?what about other options?
October 6, 200421 yr well, of course, this:[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"msnmsgr"=-answers my question...but, how can I set the user account (email & password)?
Create an account or sign in to comment