Skip to content

open-paint-three-d

Launches the Paint 3D app

#requires -version 5.1

try {
	Start-Process ms-paint:
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.