Skip to content

suspend

Suspends the computer

#Requires -Version 5.1

try {
	"Bye bye."
	& rundll32.exe powrprof.dll,SetSuspendState 0,1,0
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.