PowerShell/Scripts/close-windows-terminal.ps1
2021-10-04 21:29:23 +02:00

16 lines
346 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes the Windows Terminal application
.DESCRIPTION
close-windows-terminal.ps1
.EXAMPLE
PS> ./close-windows-terminal
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Windows Terminal" "WindowsTerminal" "WindowsTerminal"
exit 0 # success