JSI Tip 10282. How can I prevent programs that use the Windows Messenger 4.5, or later, API on Windows XP from using Windows Messenger?
Jerold Schulman
March 16, 2006
1 Min Read
To prevent Outlook 2002, Outlook Express 6, Remote Assistance, and other programs that may use the Windows Messenger APIs from using Windows Messenger, you can enable the Do not allow Windows Messenger to be run Group Policy at / Administrative Templates / Windows Components / Windows Messenger. This setting is available in both User Configuration and Computer Configuration, with Computer Configuration taking precedence.
If you do not configure group policy, you can use REG.EXE, built into Windows XP, to run
REG ADD HKLMSoftwarePoliciesMicrosoftMessengerClient /V PreventRun /T REG_DWORD /F /D 1
for each client.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like