System.Shutdown
Skip to content
mnscript
System.Shutdown() 

Description ​

Shuts down the terminal

Example ​

msc
using System;

// Shuts down the computer.
System.Shutdown();