mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 00:46:30 +02:00
Add open-obs-studio.ps1 and close-obs-studio.ps1
This commit is contained in:
15
Scripts/close-obs-studio.ps1
Normal file
15
Scripts/close-obs-studio.ps1
Normal file
@@ -0,0 +1,15 @@
|
||||
<#
|
||||
.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
|
Reference in New Issue
Block a user