PowerShell/Scripts/close-paint-three-d.ps1
2021-11-12 21:31:10 +01:00

16 lines
297 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 /f /im PaintStudio.View.exe
exit 0 # success