Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to shutdown client computer on a lan by server computer pls send me the project.
Posted

PSShutDown[^] command tool might be useful for you
 
Share this answer
 
Try the shutdown commandline operator[^].
More specifically, have a look at the computer name option.
 
Share this answer
 
hello
you can use this code in your program

shell("shutdown.exe -s -m \\computer Name or IP -t 00")
 
Share this answer
 

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



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