Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone help me on how to code this one. How to shutdown/restart multiple remote computers on a domain network. There would be an option before you turn off the computer if what PC would you like to shutdown/restart. Any approach could be helpful. Hope you could help me on this.
Posted

1 solution

The Dos shutdown command provides an option for you to restart remote computers - Shutdown commands[^].

You can provides option to choose the remote computer through a form UI (using VB) and then run the dos command.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900