PowerShell/Scripts/close-netflix.ps1
2021-09-27 10:09:45 +02:00

16 lines
317 B
PowerShell
Executable File

<#
.SYNOPSIS
close-netflix.ps1
.DESCRIPTION
Closes the Netflix program gracefully
.EXAMPLE
PS> ./close-netflix
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Netflix" "ApplicationFrameHost" "RuntimeBroker"
exit 0 # success