Process.Start("rundll32.exe", "powrprof.dll,SetSuspendState")
'ログオフ Process.Start("LOGOFF.exe", "Console") '再起動 Process.Start("SHUTDOWN.exe", "-r -t 10") '終了 Process.Start("SHUTDOWN.exe", "-s -t 10")