Jump to content

Remove From Startup


Recommended Posts

Hi can someone answer my question?

When doing a unattend cd i'm installing MSN Messenger 6.2

is there away to remove the tick in startup for the MsnMSgr or flushing the

HKCU\SOFTWARE\Microsoft\windows\CurrentVersion\Run so it doesn't display

I've tried loads of differnet ways to supress it and search all over this forum for the answer and if you can will it apply to all apps that like to place them self in startup after they have been installed..

Link to comment
Share on other sites


See my registry section for that related question:

;Remove these programs from Run
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"MsMsgs"="-"
"jusched"="-"
"winampa"="-"
"NeroCheck"="-"
"WinampAgent"="-"
"SunJavaUpdateSched"="-"
"BluetoothAuthenticationAgent"="-"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
;"NvMediaCenter"="-"
"MsnMsgr"="-"

These apps won't auto-load themselves from the next boot-up.

They will appear in the list of apps starting at start-up (msconfig), but nothing actually gets started from that list.

Link to comment
Share on other sites

I Used This..

Save it as.. a reg file . eg. msgrem.reg

Windows Registry Editor Version 5.00

;Remove MSN, Yahoo & ICQ Messenger from startup
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MsnMsgr"=-
"Yahoo! Pager"=-
"ICQ Lite"=-
"Mirabilis ICQ"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"SunJavaUpdateSched"=-
"ICQ Lite"=-
"Mirabilis ICQ"=-
"MsnMsgr"=-
"Yahoo! Pager"=-

Link to comment
Share on other sites

See my registry section for that related question:
;Remove these programs from Run
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"MsMsgs"="-"
"jusched"="-"
"winampa"="-"
"NeroCheck"="-"
"WinampAgent"="-"
"SunJavaUpdateSched"="-"
"BluetoothAuthenticationAgent"="-"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
;"NvMediaCenter"="-"
"MsnMsgr"="-"

These apps won't auto-load themselves from the next boot-up.

They will appear in the list of apps starting at start-up (msconfig), but nothing actually gets started from that list.

Don't know if you know this prathapml but here is what I use to disable the nVidia media center (a lot nicer IMHO):

; Stop MediaCenter from loading.
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak\OemConfigurations]
"MediaCenterLoadPolicy"=dword:00000000

Link to comment
Share on other sites

If you know where the program is located you could add an entry like this in your reg file:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"SomeProgram"="PathToExeFile"

Edit: Could also do that for HKEY_CURRENT_USER as well.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...