How to disable the windows messenger from tool bar

  • Thread starter Thread starter tom
  • Start date Start date
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 ?
 
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.
 
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
 
Back
Top