mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-09 01:38:26 +02:00
Add open-paint-3d.ps1 and close-paint-3d.ps1
This commit is contained in:
parent
4175c0fa7c
commit
e9a860bc3c
15
Scripts/close-paint-3d.ps1
Normal file
15
Scripts/close-paint-3d.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 /im Paint3D
|
||||||
|
exit 0 # success
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Launches the Microsoft Paint app
|
Launches the Paint 3D app
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Microsoft Paint application.
|
This script launches the Paint 3D application.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-microsoft-paint
|
PS> ./open-paint-3d
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
Loading…
Reference in New Issue
Block a user