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

16 lines
314 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes the Netflix application
.DESCRIPTION
close-netflix.ps1
.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