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.
Asked
Active
Viewed 505 times
1 Answers
-2
I guess this is what you are looking for:
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

Tobias Götz
- 82
- 8
-
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