C# Code C# tắt máy tính – Code Shutdown computer in C# Nosomovo 26/09/2017 Code c# tắt máyusing c# shutdown computer Để tắt máy tính trong C# ta dùng hàm sau: C# System.Diagnostics.Process.Start("shutdown", "/s /f /t 0"); 1 System.Diagnostics.Process.Start("shutdown", "/s /f /t 0"); nosomovo Chia sẻ lên