Process명령을 사용해서 PC를 shutdown시켜 보자.
PowerShell에서 명령 수행
Code Level(C#)
Process.Start("shutdown", "/s /t 0");