我在cmd控制台的笔记本电脑中使用此命令:
msg /Server:mohammad * /Time:5 "The MSG"
但是如何将它与IP地址一起使用?
答案 0 :(得分:5)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
AllowRemoteRPC
键的值为1
。
1
。答案 1 :(得分:4)
命令 msg * /SERVER:192.168.1.107 为我工作
答案 2 :(得分:-1)
MSG /SERVER:192.168.1.1 / TIME:05 * HELLO WORLD
/时间:05-秒显示信息 *-机器用户,如果您不知道使用* 192.168.1.1-目的地用户名或IP
来自IP 192.168.1.1的用户收到文本:HELLO WORLD ---->查看打印屏幕
答案 3 :(得分:-4)
你可以用:
1. goto cmd prompt
2. type syntax as follows
net send ipaddress of reciever "message to be send"
ex: net send 192.168.0.1 "hello"
OR
MSG * /SERVER:192.168.1.1 Hello
(net send is not available in windows7*)