• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Reinstalled WinXP Pro

StarLancer

Senior member
I rememeber from way back when that there was a code to type into the Run box that would delete all of the Windows Messenger crap from your pc but i cant seem to find it anywhere. Can anyone point me in the right direction?
 
Start -> Control Panel -> Add/remove programs -> click "add/remove windows components" from the left side bar -> Uncheck windows messenger from the bottom of the list
 
1. Browse to the \WINDOWS\INF folder
2. Find the file "SYSOC.INF"
3. Look for this line "msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7"

4. Remove just the "hide" portion of it. Leave the two commas (,) in there. It should look like this: msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7

5. Now you should be able to use the Add/Remove Windows components to actually uninstall Messenger from the system.


 
Originally posted by: CGras90
Start -> Control Panel -> Add/remove programs -> click "add/remove windows components" from the left side bar -> Uncheck windows messenger from the bottom of the list

This only removes all the shortcuts to messenger.
you have to do the steps I posted above to access the hidden option
 
Run this from start menu.

RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

You will not see messenger after.
 
Back
Top