Skip to content

open-email-client

Starts the default email client

#requires -version 5.1

try {
	start-process "mailto:markus@fleschutz.de"
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.