Send one msgbox per network from one pc to another

-1

What I want to do is pretty basic but I have had difficulties. I want to basically see a poster with a message like a msgbox, on a PC remotely sent from another,

  

Aspects to consider

-These two PCs are clearly in the same network and in the same working group.

- Both pc have OS windows8

-the net send command does not work in versions from win7 or more

-the solution can not be a program, I would like to be able to do everything from the cmd or at the most using C

then taking all this into account I can not think of a solution, thank you very much for your time.

    
asked by WhySoBizarreCode 15.07.2018 в 04:57
source

1 answer

0

There is a msg command for sending messages from the console, but it has limitations, it only works for the PRO versions.

Before launching the command, go to "Open network configuration" / "Ethernet" / Click on Activate file and printer sharing.

From the command console try this:

msg * /server:192.168.1.42 "Buenos dias!"

Replace the IP with the destination IP and press enter.

Possible errors:

1 - If it tells you that the msg command is not recognized as an internal or external command, it is most likely that your version of windows from which you launch the command is not PRO.

2 - Error 5 when obtaining the names of the sessions. The target machine is not a PRO version.

NOTE: I have read here that in error 2, it can also be due to windows UAC, on the target machine it executes from% cm_co_de% and sets the UAC as low as possible. (In my case I have not had to prove any of this)

If none of this works for you, check out this page at the end of the everything talks about the errors, and how the solution explains to edit the windows registry, but I have not tried that.

    
answered by 15.07.2018 в 12:08