Alpheratz13 Posted September 26, 2004 Posted September 26, 2004 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
McoreD Posted September 26, 2004 Posted September 26, 2004 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.
prathapml Posted September 27, 2004 Posted September 27, 2004 @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"=-
McoreD Posted September 27, 2004 Posted September 27, 2004 REG ADD %KEY%\062 /V 1 /D "taskkill /F /IM msnmsgr.exe" /fThat's what I was looking for. Thanks very much prathapml.
Alpheratz13 Posted September 27, 2004 Author Posted September 27, 2004 Thanks prathapml for your help.It's seems work that .reg and now i try with install xp.I let you know.Thanks again
Alpheratz13 Posted September 27, 2004 Author Posted September 27, 2004 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
McoreD Posted September 27, 2004 Posted September 27, 2004 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
prathapml Posted September 27, 2004 Posted September 27, 2004 (edited) 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, 2004 by prathapml
Alpheratz13 Posted September 27, 2004 Author Posted September 27, 2004 Thank you both for your help I let know more later...thank you Irving
Alpheratz13 Posted September 27, 2004 Author Posted September 27, 2004 It's works Thank you alots you both, great work Irving
MtK Posted October 2, 2004 Posted October 2, 2004 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?
MtK Posted October 6, 2004 Posted October 6, 2004 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)?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now