Subscribe to Windows IT Pro
January 28, 2003 12:00 AM

JSI Tip 6273. How do I prevent users from sending popup messages?

Windows IT Pro
InstantDoc ID #77577
Rating: (0)


Windows NT-based operating systems (Windows NT, Windows 2000, Windows XP, etc..) use the Messenger service for sending popup (net send) messages. If you stop the Messenger service, popup messages cannot be sent.

To configure Windows NT-based client computers to not start the Messenger service:

1. Use tip 4195 to run:

Workstation DomainName DomainAdminAccount DomainAdminPassword WS %LOGONSERVER\NETLOGON\NoMess.bat %LOGONSERVER\NETLOGON\NoMess.log
where NoMess.bat contains:

@echo off
net stop messenger>nul 2>&1
@echo REGEDIT4>%temp%\nomess.reg
@echo.>>%temp%\nomess.reg
@echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]>>%temp%\nomess.reg
@echo "Start"=dword:00000004">>%temp%\nomess.reg
@echo.>>%temp%\nomess.reg
regedit /s %temp%\nomess.reg



Related Content:

ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here

advertisement

advertisement

Windows is a trademark of the Microsoft group of companies. Windows IT Pro is used by Penton Media Inc. under license from owner.