Remove MSN Messeger from XP by 2 ways
The following method works in Windows XP Professional, but has not been tested on a system with SP1 installed. FYI, I've seen scripts that are similar to this, but fail miserably, automatically deleting other much-needed components! Better to do this slow and manually
- !Exit MSN Messenger by right-clicking the MSN icon in the notification area, and selecting Exit.
- Add the following registry entries, both with a DWORD value of 1: . HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger\Client\PreventRun . HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger\Client\PreventAutoRun.
- Open a command prompt by clicking Start/Run, then typing "command" and clicking OK.
- Uninstall MSN Messenger by typing "rundll32 advpack.dll,LaunchINFSection %systemRoot%\INF\msmsgs.inf,BLC.Remove"
- . Uninstall the leftover installation information file by typing "rundll32 setupapi,InstallHinfSection BLC.Remove 128 %systemRoot%\INF\msmsgs.inf"
- Allow MSN Messenger to be displayed in the Add/Remove Windows Components dialog in the future (if it pops up again
- By typing "notepad.exe %systemRoot%\INF\sysoc.inf" and deleting the word "hide" from the line that starts with "msmsgs=".
- It MAY be possible to skip to this step directly and perform the uninstallation directly from the Add/Remove Windows Components dialog, but that method MAY leave unwanted components and has not been thoroughly tested.
- Cross your fingers and reboot! You will probably get a message asking you to confirm the
- removal of some leftover files. Click OK.
0 Response to "Remove MSN Messeger from XP by 2 ways"
Post a Comment