PowerShell/Scripts/close-paint-3d.ps1
2021-11-09 09:19:14 +01:00

16 lines
281 B
PowerShell

<#
.SYNOPSIS
Closes the Paint 3D app
.DESCRIPTION
This script closes the Paint 3D application gracefully.
.EXAMPLE
PS> ./close-paint-3d
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
taskkill /im Paint3D
exit 0 # success