public static void Main(){ ProcessStartInfo startinfo = new ProcessStartInfo("shutdown.exe", "-s"); Process.Start(startinfo);}
Login to post response