System.Diagnostics.Process.Start("C:\WINDOWS\system32\shutdown.exe", "-s -t 00")
System.Diagnostics.Process.Start("shutdown", "-s -t 00") System.Diagnostics.Process.Start("shutdown", "-l -t 00") System.Diagnostics.Process.Start("shutdown", "-r -t 00")
Login to post response