Appearance
Launches the Microsoft Paint app
#requires -version 5.1 try { start-process mspaint.exe exit 0 } catch { throw }
This script has no configurable parameters.