Tag: Shutdown

Shutdown or Restart the Computer Using C#

January 8, 2009 | By | 6 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.

Continue Reading