PowerShell/Scripts/close-netflix-app.ps1
2021-11-21 12:01:30 +01:00

16 lines
345 B
PowerShell
Executable File

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