mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Add open-screen-clip.ps1 and open-screen-sketch.ps1
This commit is contained in:
15
Scripts/close-paint-three-d.ps1
Normal file
15
Scripts/close-paint-three-d.ps1
Normal file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.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
|
Reference in New Issue
Block a user