Appearance
Launches the Paint 3D app
#requires -version 5.1 try { Start-Process ms-paint: exit 0 } catch { throw }
This script has no configurable parameters.