Code:
Shutdown:
Restart:
LogOff:
Shutdown:
System.Diagnostics.Process.Start("shutdown", "-s -t 00")
Restart:
System.Diagnostics.Process.Start("shutdown", "-r -t 00")
LogOff:
System.Diagnostics.Process.Start("shutdown", "-l -t 00")