Restart Your PC Using C#

Ajay.Kalol
Posted by Ajay.Kalol under C# category on | Points: 40 | Views : 2508
Write this Code in Execution Path when You want to restart your PC

System.Diagnostics.Process.Start("shutdown", "-r -t 00")

Comments or Responses

Login to post response