Home
»
Discussion Forums
»
z Old Forum - Archive
»
Disable MSN messager
Subscribe via RSS
Share this
Similar Posts
Monitor MSN Messenger?
by
LegacyPoster
on
Feb 24, 2009
MSN Messenger Product Upgrade Only
by
LegacyPoster
on
Apr 7, 2006
Disable Security Center Messages
by
LegacyPoster
on
Aug 23, 2008
Disable Installation of Instant Messaging Software
by
Ethan Wilson
on
Sep 5, 2012
Suggested Answer
KAV 1.4: Is there a way to disable the license expiring message endusers get?
by
Steven Carroll
on
Feb 21, 2013
View More
Details
3
Replies
0
Subscribers
Posted
over 11 years ago
z Old Forum - Archive
Disable MSN messager
Posted by
LegacyPoster
on
Apr 29, 2009 10:26 AM
Was just wondering if there is a way to disable MSN message via Kaseya or if any one know of a a good script to run to disable this application.
Thank you,
Manchello Manradge
Legacy Forum Name: Disable MSN messager,
Legacy Posted By Username: manchellom
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Apr 29, 2009 9:25 PM
try this...
RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove
Legacy Forum Name: How-To,
Legacy Posted By Username: gamer-x
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Apr 29, 2009 9:31 PM
there is also a batch file I found on the net....
when in doubt just google.
______________________________________________________
@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
____________________________________________________
of course you will have to have admin rights to mod the registry.
and you can always do this via a script in kaseya
you copy/paste and save as a batch file.
Legacy Forum Name: How-To,
Legacy Posted By Username: gamer-x
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Apr 29, 2009 10:18 PM
Have you tried to use the application blocker?
Legacy Forum Name: How-To,
Legacy Posted By Username: cnwicsurrett
You have posted to a forum that requires a moderator to approve posts before they are publicly available.