PowerShell/Scripts/close-obs-studio.ps1
2021-11-12 12:49:21 +01:00

16 lines
280 B
PowerShell

<#
.SYNOPSIS
Closes OBS Studio
.DESCRIPTION
This script closes the OBS Studio application gracefully.
.EXAMPLE
PS> ./close-obs-studio
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
taskkill /im obs64.exe
exit 0 # success