Windows Messenger Updates #$%^&*@ !!!!!!!

  • Thread starter Thread starter sktn77a
  • Start date Start date
S

sktn77a

Well, I remove Windows Messenger through "remove Windows
Components" and I'm still getting the damn "You must
update Windows Messenger" box every 1/2 hour. It's
driving me nuts! How do I get rid of this (I've also
disabled all automatic update services)?????????

Keith
 
All you did was remove access to Windows Messenger from
the Start menu. Did you read the "description" caption below
Windows Messenger when you clicked on it in the Windows
Components Wizard?

Remove Windows Messenger
http://www.dougknox.com/xp/tips/xp_messenger_remove.htm

[Courtesy of MS-MVP Doug Knox]


--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect your PC!
http://www.microsoft.com/security/protect/

-------------------------------------------------------------------------------------


| Well, I remove Windows Messenger through "remove Windows
| Components" and I'm still getting the damn "You must
| update Windows Messenger" box every 1/2 hour. It's
| driving me nuts! How do I get rid of this (I've also
| disabled all automatic update services)?????????
|
| Keith
|
 
This is the "eternal" cure for the Messenger:
Create simple REG file and import it into the registry (or just enter these
keys into the registry)

==========START==========
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]
"PreventRun"=dword:00000001
"PreventAutoRun"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express]
"Hide Messenger"=dword:00000002
==========END==========

Messenger rest in peace.

| Well, I remove Windows Messenger through "remove Windows
| Components" and I'm still getting the damn "You must
| update Windows Messenger" box every 1/2 hour. It's
| driving me nuts! How do I get rid of this (I've also
| disabled all automatic update services)?????????
|
| Keith
|
 
OK, this looks like what I need. I am comfortable
editing the registry and adding new keys, etc, but I've
never done it the way you describe. Can you run me
through it using regedit?

Thanks

keith
 
For me, the easyest way to enter checked and proved keys, is to create
simple text file in the Notepad editor. (Regedit is not very "userfriendly")
The text file have to be with extension REG.
(by the way, it is good thing to disable the option "HIDE FILE EXTENSIONS
FOR KNOWN FILE TYPES" - this way you have total control of the file name)
But if you want, you can add these keys in the Regedit.
===================
Browse the registry to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft
If there is not present the key [Messenger], create one
In the key [Messenger] create subkey [Client]
Right click in the key [Client] and create two new DWORD Values:
"PreventRun"
and
"PreventAutoRun"
Right click and modify each of this DWORDs - enter 1
===================
Browse the registry to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express
Right click and create DWORD Value "Hide Messenger" = 2
===================
Close Regedit and you are done.

Wow, miss Keith, I am not a good teacher ;-)
I hope you understood me ;-)
The easier way for you:
1. Open Notepad.
2. Copy and paste this:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]
"PreventRun"=dword:00000001
"PreventAutoRun"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express]
"Hide Messenger"=dword:00000002

3. Save as "MessengerOff.REG" (in the Save as... dialog you have to change
the {Save as type} pulldown menu to ALL FILES)
4. Close Notepad
5. Double click the newly created file messengeroff.reg
(remember, the extension of the file must be REG, not TXT)
6. Answer YES to the question "Are you sure you want to import ..."
No more Messenger pains! ;-)
This long explanation made me hungry ;-)
 
Back
Top