-1

How do i remotely shutdown client/s system from server end ? Also, how do i run any command on client/s command prompt ? How do i send the line of codes to the client end from the server side ? I've used ArrayList to send messages across the client earlier.

Akash
  • 1
  • 1

1 Answers1

-2

I guess this is what you are looking for:

Shutting down a computer

Already been asked on here :)

For shutting down a computer remotely use:

shutdown /s /m <Computer_Name>

Link to that post aswell: Shutdown Remote Computer in Java- Cannot initiate shutdown but no errors

  • Sir , I know how to shutdown my own system using that.But I want to remotely shutdown a clients system . Also about my second question – Akash Apr 05 '18 at 13:13