Shutdown or Restart the Computer Using C#

Amgad Suliman | 08/01/2009 | 1 Comments

The easiest way to shutdown, restart, or hibernate a computer programmatically using C# is to use the shutdown command-line tool that comes with Windows.

Filed Under: WinForms