PowerShell/Scripts/close-netflix.ps1
Markus Fleschutz 06d3c1c03d Simpe rename
2021-11-29 10:44:26 +01:00

16 lines
341 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes the Netflix app
.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