PowerShell/Scripts/close-task-manager.ps1

16 lines
282 B
PowerShell
Raw Normal View History

2021-10-21 16:23:59 +02:00
<#
.SYNOPSIS
Closes the Task Manager
.DESCRIPTION
This script closes the Task Manager application gracefully.
.EXAMPLE
PS> ./close-task-manager
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
2021-11-25 17:00:36 +01:00
tskill taskmgr
2021-10-21 16:23:59 +02:00
exit 0 # success