//Abort the Sysem private void Abort() { System.Diagnostics.Process.Start("Shutdown", "/a"); }//Restart the System private void RestartSystem() { System.Diagnostics.Process.Start("Shutdown", "/r"); }