How to disable the windows messenger from tool bar

T

tom

I added a components "windows .net messenger".
When I disable "settings"=> "Run this program when Windows starts".
after FBA, the windows messenger is still in the tool bar.
How to disable the windows messenger from tool bar but still having "windows
..net messenger" component ?
 
K

KM

tom,

First of all, check out the standard Windows Run registry keys: [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run],
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run].

Also, some applications, like Outlook Express for instance, may require the Windows Messenger to be running.
 
B

Bilou

tom,

First of all, check out the standard Windows Run registry keys: [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run],
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run].

Also, some applications, like Outlook Express for instance, may require the Windows Messenger to be running.

--
=========
Regards,
KM


I added a components "windows .net messenger".
When I disable "settings"=> "Run this program when Windows starts".
after FBA, the windows messenger is still in the tool bar.
How to disable the windows messenger from tool bar but still having "windows
.net messenger" component ?- Masquer le texte des messages précédents -

- Afficher le texte des messages précédents -

http://www.nirsoft.net/utils/nircmd.html
nircmd script messenger.ncs

messenger.ncs
Code:
regsetval dword "HKLM\SOFTWARE\Policies\Microsoft\Messenger\Client"
PreventRun 1
regsetval dword "HKLM\SOFTWARE\Policies\Microsoft\Messenger\Client"
PreventAutoRun 1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top