mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-18 10:41:00 +01:00
Add close-three-d-viewer.ps1
This commit is contained in:
parent
bfa95f9a5b
commit
5ed926b608
15
Scripts/close-three-d-viewer.ps1
Normal file
15
Scripts/close-three-d-viewer.ps1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Closes the 3D Viewer app
|
||||||
|
.DESCRIPTION
|
||||||
|
This script closes the 3D Viewer application gracefully.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./close-three-d-viewer
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
taskkill /f /im 3DViewer.exe
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user