PowerShell/Scripts/close-netflix.ps1
2021-10-04 14:21:52 +02:00

16 lines
324 B
PowerShell
Executable File

<#
.SYNOPSIS
close-netflix.ps1
.DESCRIPTION
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