how to reboot or Restart your computer from web page in asp.net using c#

In this web-healer.blogspot.com's web programming tutorial we will learn that how we can Restart our computer by clicking on a button from our website. So below is the dream code just copy and paste it. and use it in your button's onClick event.
 System.Diagnostics.Process.Start("shutdown.exe", "-r -t 0");

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post