PowerShell/Scripts/close-one-calendar.ps1
Markus Fleschutz d2012b1ee3 Add two scripts
2021-11-12 21:50:06 +01:00

16 lines
312 B
PowerShell

<#
.SYNOPSIS
Closes the OneCalendar app
.DESCRIPTION
This script closes the OneCalendar application gracefully.
.EXAMPLE
PS> ./close-one-calendar
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
taskkill /f /im CalendarApp.Gui.Win10.exe
exit 0 # success