Come rimuovere Windows Messenger
Ecco come eliminare definitivamente il Windows Messeger, il programma di
messaggistica istantanea, installato automaticamente con WindowsXP.
Start -> Esegui: RunDll32 advpack.dll,LaunchINFSection
%windir%\INF\msmsgs.inf,BLC.Remove
Spesso accade che dopo aver disinstallato Windows Messenger, Outlook Express
si carichi molto lentamente.
Se accade questo, aprire il registro di configurazione e posizionarsi su
queste chiavi:
HKEY_CLASSES_ROOT\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer3
2
HKEY_CLASSES_ROOT\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\LocalServer32
Quest'ultime hanno una chiave nominata (default), cancellare il valore
Applicato quanto sopra descritto ha funzionato
il link è :
http://www.sysadmin.it/pages/tips_tricks/tips_tricks.asp?ID=14
Saluti a tutti
Corallino del mare blu
Sembra funzionare, e non ha rallentato OE
--
-------------------------------------------
May the Force be with You
Skywalker Senior
@echo off
echo Removing Microsoft Messenger...
rundll32 advpack.dll,LaunchINFSection %WinDir%\inf\msmsgs.inf,BLC.Remove
echo Disabling it from running in the future...
echo REGEDIT4>%temp%\nomsngr.reg
echo
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]>>%temp%\no
msngr.reg
echo "PreventRun"=dword:00000001>>%temp%\nomsngr.reg
echo "PreventAutoRun"=dword:00000001>>%temp%\nomsngr.reg
echo "PreventAutoUpdate"=dword:00000001>>%temp%\nomsngr.reg
echo "PreventBackgroundDownload"=dword:00000001>>%temp%\nomsngr.reg
echo "Disabled"=dword:00000001>>%temp%\nomsngr.reg
regedit /s %temp%\nomsngr.reg
saluti
Fabio
--
\ | /
(@ @)
----------------------o00-(_)-00o-------------------------------
sat...@XXXtin.it
(togli xxx prima di rispondere)
www.satfab.it
------------------------------------------------------------------