今天想在局域网中发消息,以往用XP没有任何问题,
具体参照微软技术支持中心:
http://www.microsoft.com/china/w ... ips/march/cox1.mspx
但现在用server2003,就没有这个选项了。
在国内搜了一圈没有找到,终于在一国外网站发现
A simple command will enable the "send console message".
go to a command prompt and type the following:
CD \
WINDOWS\SYSTEM32
REGSVR32 SENDCMSG.DLL
Click OK to the message and then type EXIT. It should now appear when you right click on "Shares" in "File Server Management".
mikerieder@comcast.net
以上是原文和作者。
只要在运行中输入REGSVR32 SENDCMSG.DLL注册即可,原来这么简单。