PowerShell/Scripts/close-paint-three-d.ps1

16 lines
297 B
PowerShell
Raw Normal View History

<#
.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
#>
2021-11-12 13:03:27 +01:00
taskkill /f /im PaintStudio.View.exe
exit 0 # success