PowerShell/Scripts/close-netflix.ps1
2021-10-16 16:50:10 +02:00

16 lines
350 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes the Netflix application
.DESCRIPTION
This script closes the Netflix application 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