I trying to create a program to shut down computers within a LAN. I currently don't even know how to start.
Asked
Active
Viewed 903 times
1 Answers
1
Did you Search in the internet. There are plenty of resources already to find.
Process.Start("shutdown","-s -m \\Machine");
more info :

Community
- 1
- 1

Nayana Adassuriya
- 23,596
- 30
- 104
- 147
-
Please avoid link-only answers. At least summarize the referenced pages. – MSalters Oct 14 '15 at 07:20
-
actually, i tried this but it doesn't work. Do you have any configuration instruction of the target computer ? – XiaoShun Tan Oct 14 '15 at 10:26