Skip to content

open-microsoft-paint

Launches the Microsoft Paint app

#requires -version 5.1

try {
	start-process mspaint.exe
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.